FileDropzoneContextType
The context for a FileDropzone component.
dropzoneState FileDropzoneState
Indicates if file/s are curently over the FileDropzone
openFileSelector () => void;
Can be called to open the file selector for the FileDropzone
accept Accept | undefined
The file types that are accepted by the FileDropzone. Returns a custom class Accept which provides helper methods.
allowsMultiple boolean
Whether or not the FileDropzone can handle multiple files