@types/react-dropzone
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -9,3 +9,4 @@ // Type definitions for react-dropzone 4.2.3 | ||
// Andris Causs <https://github.com/codeaid>, | ||
// Juraj Husar <https://github.com/jurosh> | ||
// Juraj Husar <https://github.com/jurosh>, | ||
// Monroe Ekilah <https://github.com/ekilah> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -23,5 +24,6 @@ // TypeScript Version: 2.8 | ||
type PickedAttributes = "accept" | "className" | "multiple" | "name" | "onClick" | "onDragStart" | "onDragEnter" | "onDragOver" | "onDragLeave" | "style"; | ||
type PickedAttributes = "className" | "multiple" | "name" | "onClick" | "onDragStart" | "onDragEnter" | "onDragOver" | "onDragLeave" | "style"; | ||
export interface DropzoneProps extends Pick<InputHTMLAttributes<HTMLDivElement>, PickedAttributes> { | ||
accept?: string | ReadonlyArray<string>; | ||
disableClick?: boolean; | ||
@@ -28,0 +30,0 @@ disabled?: boolean; |
{ | ||
"name": "@types/react-dropzone", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "TypeScript definitions for react-dropzone", | ||
@@ -41,2 +41,7 @@ "license": "MIT", | ||
"githubUsername": "jurosh" | ||
}, | ||
{ | ||
"name": "Monroe Ekilah", | ||
"url": "https://github.com/ekilah", | ||
"githubUsername": "ekilah" | ||
} | ||
@@ -53,4 +58,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "90dd802338e7c3d86d01fbf5319398d74799227702fe2f3047a5b6b7b0513e83", | ||
"typesPublisherContentHash": "7efbfaecdc053bbf757416cb1a8f5f2a0722e6a1c70ad3c37c33a72c0b62851b", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 04 Aug 2018 00:56:31 GMT | ||
* Last updated: Tue, 14 Aug 2018 00:52:13 GMT | ||
* Dependencies: react | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Mathieu Larouche Dube <https://github.com/matdube>, Ivo Jesus <https://github.com/LynxEyes>, Luís Rodrigues <https://github.com/goblindegook>, Ben Bayard <https://github.com/benbayard>, Karol Janyst <https://github.com/LKay>, Andris Causs <https://github.com/codeaid>, Juraj Husar <https://github.com/jurosh>. | ||
These definitions were written by Mathieu Larouche Dube <https://github.com/matdube>, Ivo Jesus <https://github.com/LynxEyes>, Luís Rodrigues <https://github.com/goblindegook>, Ben Bayard <https://github.com/benbayard>, Karol Janyst <https://github.com/LKay>, Andris Causs <https://github.com/codeaid>, Juraj Husar <https://github.com/jurosh>, Monroe Ekilah <https://github.com/ekilah>. |
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
5788
44