UNPKG

@procore/core-react

Version:
4 lines (3 loc) 188 B
import type { FileWithPath } from 'react-dropzone'; export declare const isZeroSize: (minFileSize?: number) => boolean; export declare const getFileDetail: (file: FileWithPath) => string;