mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Added missing prop
This commit is contained in:
Vendored
+2
@@ -33,6 +33,8 @@ declare module "react-dropzone" {
|
||||
name?: string, // name attribute for the input tag
|
||||
maxSize?: number,
|
||||
minSize?: number
|
||||
|
||||
onFileDialogCancel?: () => void;
|
||||
}
|
||||
|
||||
let Dropzone: React.ClassicComponentClass<DropzoneProps>;
|
||||
|
||||
Reference in New Issue
Block a user