react-dropzone
Advanced tools
Comparing version
@@ -193,3 +193,3 @@ { | ||
"typings": "typings/react-dropzone.d.ts", | ||
"version": "14.3.5", | ||
"version": "14.3.6", | ||
"engines": { | ||
@@ -196,0 +196,0 @@ "node": ">= 10.13" |
@@ -7,7 +7,7 @@ import * as React from "react"; | ||
props: DropzoneProps & React.RefAttributes<DropzoneRef> | ||
): JSX.Element; | ||
): React.ReactElement; | ||
export function useDropzone(options?: DropzoneOptions): DropzoneState; | ||
export interface DropzoneProps extends DropzoneOptions { | ||
children?(state: DropzoneState): JSX.Element; | ||
children?(state: DropzoneState): React.ReactElement; | ||
} | ||
@@ -14,0 +14,0 @@ |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
566555
0