UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

4 lines (3 loc) 259 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;