UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

7 lines (6 loc) 207 B
/** * Downloads a file with the given content and filename * * @private utility of `<Chat/>` component */ export declare function downloadFile(content: string, filename: string, mimeType: string): void;