react-dropzone
Advanced tools
Comparing version 12.0.0 to 12.0.1
@@ -174,3 +174,3 @@ { | ||
"typings": "typings/react-dropzone.d.ts", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"engines": { | ||
@@ -177,0 +177,0 @@ "node": ">= 10.13" |
@@ -54,2 +54,3 @@ import * as React from "react"; | ||
validator?: <T extends File>(file: T) => FileError | FileError[] | null; | ||
useFsAccessApi?: boolean; | ||
}; | ||
@@ -56,0 +57,0 @@ |
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
401140
6334