UNPKG

@nero-ui/hooks

Version:

Useful react hooks for Nero Design System

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