@types/react-virtualized
Advanced tools
Comparing version 9.21.30 to 9.22.0
@@ -51,3 +51,3 @@ import { PureComponent } from "react"; | ||
measure: () => void; | ||
registerChild?: (element?: Element) => void; | ||
registerChild: (element?: Element | null) => void; | ||
}; | ||
@@ -54,0 +54,0 @@ |
{ | ||
"name": "@types/react-virtualized", | ||
"version": "9.21.30", | ||
"version": "9.22.0", | ||
"description": "TypeScript definitions for react-virtualized", | ||
@@ -56,4 +56,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-virtualized", | ||
}, | ||
"typesPublisherContentHash": "7c9281eb92aee6ab97a4cdad506d1d419f130e2eb6d3e78e03e42659daca0f6f", | ||
"typeScriptVersion": "4.7" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "a0030dc0acfe43b1b3cb94a7315b28325d52c05fa37e8d26441a34891ddb2fb6", | ||
"typeScriptVersion": "4.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 10 Apr 2024 09:08:16 GMT | ||
* Last updated: Tue, 19 Nov 2024 19:02:25 GMT | ||
* Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,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
77153