@types/react-transition-group
Advanced tools
Comparing version 2.0.5 to 2.0.6
import { Component } from "react"; | ||
import { TransitionProps } from "react-transition-group/Transition"; | ||
import { TransitionProps } from "./Transition"; | ||
@@ -4,0 +4,0 @@ declare namespace CSSTransition { |
{ | ||
"name": "@types/react-transition-group", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "TypeScript definitions for react-transition-group", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "7ac32b05bbaa5dd2727f44520e0bc4b3ec518f211b4e3a5d3850b5baf9efe68c", | ||
"typesPublisherContentHash": "60d47d40f03421245d685921bb6d9f4cb1f70478cdfdeee9f4d5931d1f247b1c", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 20 Sep 2017 22:08:06 GMT | ||
* Last updated: Tue, 26 Sep 2017 18:18:49 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
import { Component, ReactType, HTMLProps, ReactElement } from "react"; | ||
import { TransitionActions, TransitionProps } from "react-transition-group/Transition"; | ||
import { TransitionActions, TransitionProps } from "./Transition"; | ||
@@ -4,0 +4,0 @@ declare namespace 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
9038