UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

4 lines (3 loc) 262 B
export declare const isAcceptFile: (file: File, accept?: string | string[]) => boolean; export declare const getFiles: (fileList: any, accept: any) => any; export declare const loopDirectory: (items: DataTransferItemList, accept: any, callback: any) => void;