@types/react-transition-group
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -7,3 +7,3 @@ // Type definitions for react-transition-group 1.1 | ||
import { HTMLAttributes, ReactElement, ElementType } from "react"; | ||
import { ElementType, HTMLAttributes, ReactElement } from "react"; | ||
@@ -16,16 +16,7 @@ export interface HTMLTransitionGroupProps<T> extends HTMLAttributes<T> { | ||
import TransitionGroup = require("./TransitionGroup"); | ||
export { | ||
TransitionGroupProps, | ||
TransitionGroupChildLifecycle | ||
} from "./TransitionGroup"; | ||
export { TransitionGroupChildLifecycle, TransitionGroupProps } from "./TransitionGroup"; | ||
import CSSTransitionGroup = require("./CSSTransitionGroup"); | ||
export { | ||
CSSTransitionGroupProps, | ||
CSSTransitionGroupTransitionName | ||
} from "./CSSTransitionGroup"; | ||
export { CSSTransitionGroupProps, CSSTransitionGroupTransitionName } from "./CSSTransitionGroup"; | ||
export { | ||
TransitionGroup, | ||
CSSTransitionGroup | ||
}; | ||
export { CSSTransitionGroup, TransitionGroup }; |
{ | ||
"name": "@types/react-transition-group", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "TypeScript definitions for react-transition-group", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-transition-group", | ||
}, | ||
"typesPublisherContentHash": "fabd9efefbb36cc7644cf4487cdc36d0c6951f69f5b2a7c908f5da3d05dda2e3", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "77adf595912bde2188f59a3bfd7e9fe7a6bd16ac6c1585a2dcae77aea90e3d13", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 21 Oct 2021 23:01:44 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -1,2 +0,2 @@ | ||
import { Component, HTMLAttributes, ReactElement, ElementType } from "react"; | ||
import { Component, ElementType, HTMLAttributes, ReactElement } from "react"; | ||
import { HTMLTransitionGroupProps } from "./index"; | ||
@@ -3,0 +3,0 @@ |
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
5155
53