mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
widget 0.2.0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user