UNPKG

@zag-js/file-utils

Version:
4 lines (2 loc) 110 B
declare const getFileDataUrl: (file: File | Blob) => Promise<string | undefined>; export { getFileDataUrl };