Added missing prop

This commit is contained in:
John
2017-01-31 12:38:05 -06:00
parent 08d1ef6bdd
commit edf5bfa360
+2
View File
@@ -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>;