@types/react-transition-group
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -25,4 +25,4 @@ import { Component } from "react"; | ||
declare class CSSTransitionGroup extends Component<CSSTransitionGroup.CSSTransitionGroupProps, any> {} | ||
declare class CSSTransitionGroup extends Component<CSSTransitionGroup.CSSTransitionGroupProps> {} | ||
export = CSSTransitionGroup; |
@@ -5,3 +5,3 @@ // Type definitions for react-transition-group 1.1 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
// TypeScript Version: 2.3 | ||
@@ -8,0 +8,0 @@ import { HTMLAttributes, ReactElement, ReactType } from "react"; |
{ | ||
"name": "@types/react-transition-group", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for react-transition-group", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "1bf6213da99a42924a5791335ad08c0ac085b496a4c6293b1daba48ded9854dd", | ||
"typeScriptVersion": "2.1" | ||
"typesPublisherContentHash": "0ee89c17c94175e1d9c8e7846bd16c2b1e9c672ca82d080db9607de708cbf1c6", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 27 Apr 2017 14:59:26 GMT | ||
* Last updated: Fri, 23 Jun 2017 17:37:55 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -17,4 +17,4 @@ import { Component, HTMLAttributes, ReactElement, ReactType } from "react"; | ||
declare class TransitionGroup extends Component<TransitionGroup.TransitionGroupProps, any> {} | ||
declare class TransitionGroup extends Component<TransitionGroup.TransitionGroupProps> {} | ||
export = TransitionGroup; |
Sorry, the diff of this file is not supported yet
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
4819