@arco-design/web-react
Version:
Arco Design React UI Library.
5 lines (4 loc) • 311 B
TypeScript
import { UploadProps } from './interface';
export declare const isAcceptFile: (file: File, propsAccept?: UploadProps['accept']) => boolean;
export declare const getFiles: (fileList: any, accept: any) => any;
export declare const loopDirectory: (items: DataTransferItemList, accept: any, callback: any) => void;