@types/react-transition-group
Advanced tools
Comparing version 4.4.2 to 4.4.3
{ | ||
"name": "@types/react-transition-group", | ||
"version": "4.4.2", | ||
"version": "4.4.3", | ||
"description": "TypeScript definitions for react-transition-group", | ||
@@ -45,4 +45,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-transition-group", | ||
}, | ||
"typesPublisherContentHash": "94cd7f87998cc21681738fc9a5bc142f18dcea6d2c0d5a4dd82831533ecb524a", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "032929f6af53edd611cc75c77caa44cafd71934053202ecc575a2480a16fcbca", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 18:31:48 GMT | ||
* Last updated: Thu, 16 Sep 2021 18:01:22 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -140,3 +140,3 @@ import { Component, ReactNode } from 'react'; | ||
interface TimeoutProps<RefElement extends undefined | HTMLElement> extends BaseTransitionProps<RefElement> { | ||
export interface TimeoutProps<RefElement extends undefined | HTMLElement> extends BaseTransitionProps<RefElement> { | ||
/** | ||
@@ -171,3 +171,3 @@ * The duration of the transition, in milliseconds. Required unless addEndListener is provided. | ||
interface EndListenerProps<Ref extends undefined | HTMLElement> extends BaseTransitionProps<Ref> { | ||
export interface EndListenerProps<Ref extends undefined | HTMLElement> extends BaseTransitionProps<Ref> { | ||
/** | ||
@@ -174,0 +174,0 @@ * The duration of the transition, in milliseconds. Required unless addEndListener is provided. |
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
19088