@types/react-modal
Advanced tools
Comparing version 3.8.1 to 3.8.2
@@ -71,3 +71,3 @@ // Type definitions for react-modal 3.8 | ||
/* Function that will be run when the modal is requested to be closed, prior to actually closing. */ | ||
onRequestClose?(event: (MouseEvent | KeyboardEvent)): void; | ||
onRequestClose?(event: (React.MouseEvent | React.KeyboardEvent)): void; | ||
@@ -74,0 +74,0 @@ /* Number indicating the milliseconds to wait before closing the modal. Defaults to zero (no timeout). */ |
{ | ||
"name": "@types/react-modal", | ||
"version": "3.8.1", | ||
"version": "3.8.2", | ||
"description": "TypeScript definitions for react-modal", | ||
@@ -47,3 +47,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-modal" | ||
}, | ||
@@ -54,4 +55,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "161dcb8f16bd7a18872f5271f6935a484cf988076c28fce2b1b5b6e36e3622d6", | ||
"typesPublisherContentHash": "3a7402cb2132a5e30faab4a37cad7809106510d7f66dc43e072a9ee85b235856", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 14 Feb 2019 18:10:46 GMT | ||
* Last updated: Fri, 12 Apr 2019 00:47:43 GMT | ||
* Dependencies: @types/react | ||
@@ -14,0 +14,0 @@ * Global values: ReactModal |
8334