@types/react-modal
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -15,10 +15,8 @@ // Type definitions for react-modal 1.6 | ||
export interface Styles { | ||
style?: { | ||
content?: { | ||
[key: string]: any; | ||
}; | ||
overlay?: { | ||
[key: string]: any; | ||
}; | ||
content?: { | ||
[key: string]: any; | ||
}; | ||
overlay?: { | ||
[key: string]: any; | ||
}; | ||
} | ||
@@ -25,0 +23,0 @@ |
{ | ||
"name": "@types/react-modal", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "TypeScript definitions for react-modal", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "e51d9972eb4f88df788542ef2e0fc83abf7ea0d0e85057732ebb658bc7328c9f", | ||
"typesPublisherContentHash": "1917c30cf60e02ac771ba378399d00de66a9e3f23e883be58b703ea339255542", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 09 Mar 2017 00:25:50 GMT | ||
* Last updated: Sat, 11 Mar 2017 00:13:29 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
4414
54