UNPKG

files-ui-react-19

Version:

UI components for file uploads with React js - with React 19 support

3 lines (2 loc) 263 B
import { ValidateFileResponse } from "@files-ui/core"; export declare const useDropzoneValidation: (accept: string | undefined, maxFileSize: number | undefined, maxFiles: number | undefined, validator: ((f: File) => ValidateFileResponse) | undefined) => boolean;