@types/react-modal
Advanced tools
Comparing version 3.10.5 to 3.10.6
@@ -145,5 +145,5 @@ // Type definitions for react-modal 3.10 | ||
portal: null | { | ||
overlay: null | Element; | ||
overlay: null | HTMLDivElement; | ||
content: null | HTMLDivElement; | ||
}; | ||
} |
{ | ||
"name": "@types/react-modal", | ||
"version": "3.10.5", | ||
"version": "3.10.6", | ||
"description": "TypeScript definitions for react-modal", | ||
@@ -64,4 +64,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "e4724d037537f5a4aeb42f27c2dc92bcf25efd50d5726377494a91afa37f9c57", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "8e000d399afda11c1195d23d0ec09c7f9b740702e56a0ba2f7b73602bc0df309", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 18 Feb 2020 01:23:08 GMT | ||
* Last updated: Wed, 24 Jun 2020 09:45:42 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: `ReactModal` |
Sorry, the diff of this file is not supported yet
9939