@types/react-modal
Advanced tools
Comparing version 1.6.6 to 1.6.7
@@ -5,3 +5,3 @@ // Type definitions for react-modal 1.6 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
// TypeScript Version: 2.3 | ||
@@ -56,3 +56,3 @@ import * as React from "react"; | ||
declare class ReactModal extends React.Component<ReactModal.Props, {}> { | ||
declare class ReactModal extends React.Component<ReactModal.Props> { | ||
/* Override base styles for all instances of this component. */ | ||
@@ -59,0 +59,0 @@ static defaultStyles: ReactModal.Styles; |
{ | ||
"name": "@types/react-modal", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"description": "TypeScript definitions for react-modal", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "6ff736da3afb6efaacecf31a4179346bbc968142757fb776234899a5b5c26d5c", | ||
"typeScriptVersion": "2.1" | ||
"typesPublisherContentHash": "fa8867aa5a3bdbf72d9b6acc5bf8e70f2ac5a9e2513ce78b8da22745146934c7", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 30 Mar 2017 21:15:21 GMT | ||
* Last updated: Fri, 23 Jun 2017 17:36:34 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
5492
4