widget 0.2.0

This commit is contained in:
Alex
2023-09-12 15:41:05 +01:00
parent 816c7c95ed
commit c2c18b25d2
8 changed files with 241 additions and 226 deletions

View File

@@ -1 +1,5 @@
export declare const DocsGPTWidget: () => JSX.Element;
export declare const DocsGPTWidget: ({ apiHost, selectDocs, apiKey }: {
apiHost?: string | undefined;
selectDocs?: string | undefined;
apiKey?: string | undefined;
}) => JSX.Element;