@types/react-transition-group
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -36,4 +36,4 @@ import { Component } from "react"; | ||
declare class CSSTransition extends Component<CSSTransitionProps> {} | ||
declare class CSSTransition extends Component<CSSTransitionProps, any> {} | ||
export default CSSTransition; |
{ | ||
"name": "@types/react-transition-group", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for react-transition-group", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "0f5662d6085268aff26a63aa4fd98f1f826109217992705036140539e69d45e8", | ||
"typesPublisherContentHash": "38e61dc5d405889a2b133b9b948fce37377458e471fe2005a30d28bfd0026b30", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 14 Jul 2017 14:18:49 GMT | ||
* Last updated: Tue, 18 Jul 2017 13:54:28 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -69,4 +69,4 @@ import { Component } from "react"; | ||
*/ | ||
declare class Transition extends Component<TransitionProps> {} | ||
declare class Transition extends Component<TransitionProps, any> {} | ||
export default Transition; |
@@ -1,2 +0,2 @@ | ||
import { Component, ReactType, HTMLProps, ReactElement } from "react"; | ||
import { Component, HTMLProps, ReactElement, ReactType } from "react"; | ||
import { TransitionActions, TransitionProps } from "react-transition-group/Transition"; | ||
@@ -74,4 +74,4 @@ | ||
*/ | ||
declare class TransitionGroup extends Component<TransitionGroupProps> {} | ||
declare class TransitionGroup extends Component<TransitionGroupProps, any> {} | ||
export default TransitionGroup; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9082
0