react-dropzone
Advanced tools
Comparing version 14.1.1 to 14.1.2
@@ -174,3 +174,3 @@ { | ||
"typings": "typings/react-dropzone.d.ts", | ||
"version": "14.1.1", | ||
"version": "14.1.2", | ||
"engines": { | ||
@@ -177,0 +177,0 @@ "node": ">= 10.13" |
@@ -53,2 +53,3 @@ import * as React from "react"; | ||
onFileDialogOpen?: () => void; | ||
onError?: (err: Error) => void; | ||
validator?: <T extends File>(file: T) => FileError | FileError[] | null; | ||
@@ -55,0 +56,0 @@ useFsAccessApi?: boolean; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
429216
6989