@types/react-modal
Advanced tools
Comparing version 3.1.2 to 3.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-modal 3.1 | ||
// Type definitions for react-modal 3.2 | ||
// Project: https://github.com/reactjs/react-modal | ||
@@ -95,2 +95,8 @@ // Definitions by: Rajab Shakirov <https://github.com/radziksh>, | ||
contentLabel?: string; | ||
/* Function accepting the ref for the content */ | ||
contentRef?: (instance: HTMLDivElement) => void; | ||
/* Function accepting the ref for the overlay */ | ||
overlayRef?: (instance: HTMLDivElement) => void; | ||
} | ||
@@ -97,0 +103,0 @@ } |
{ | ||
"name": "@types/react-modal", | ||
"version": "3.1.2", | ||
"version": "3.2.0", | ||
"description": "TypeScript definitions for react-modal", | ||
@@ -41,3 +41,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -48,4 +48,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "fc6500ca720807421e7b5c2d15976764b1f679088c80528cf73d4b30ebe0ce57", | ||
"typesPublisherContentHash": "88c35e34d1847b89cf70eb5f5804c59ee5a988e6e8296e0ecb3552cf889f89c9", | ||
"typeScriptVersion": "2.6" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-modal | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-modal | ||
Additional Details | ||
* Last updated: Mon, 12 Feb 2018 20:56:58 GMT | ||
* Last updated: Wed, 04 Jul 2018 01:11:07 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: ReactModal |
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
7529
85