UNPKG

@hudoro/hooks

Version:

Usefull react hooks for HSD App

4 lines (3 loc) 124 B
export declare function useDownload(): { downloadFile: (data: BlobPart, filename: string, mimeType: string) => void; };