@types/react-transition-group
Advanced tools
Comparing version 4.4.10 to 4.4.11
{ | ||
"name": "@types/react-transition-group", | ||
"version": "4.4.10", | ||
"version": "4.4.11", | ||
"description": "TypeScript definitions for react-transition-group", | ||
@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-transition-group", | ||
}, | ||
"typesPublisherContentHash": "c15204fb7c625783aebd3d5c96dcf4acba753b9363538b9857100c5318791b5a", | ||
"typeScriptVersion": "4.6" | ||
"typesPublisherContentHash": "03da65f6e9cecec22acd2ddfa711f1222ce6bcbd206cfef6e6e3d66f087b0de5", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 05 Dec 2023 16:38:07 GMT | ||
* Last updated: Sat, 10 Aug 2024 14:07:19 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ |
@@ -53,3 +53,3 @@ import { Component, ReactNode } from "react"; | ||
interface BaseTransitionProps<RefElement extends undefined | HTMLElement> { | ||
interface BaseTransitionProps<RefElement extends undefined | HTMLElement> extends TransitionActions { | ||
/** | ||
@@ -56,0 +56,0 @@ * Show the component; triggers the enter or exit states |
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
18518