UNPKG

@kopexa/sight

Version:

Kopexa Sight Design System — React component library for GRC applications

4 lines (2 loc) 128 B
declare function dataUrlToFile(dataUrl: string, fileName: string, typeHint?: string): Promise<File>; export { dataUrlToFile };