@types/react-virtualized-select
Advanced tools
Comparing version 3.0.16 to 3.0.17
@@ -28,3 +28,3 @@ import * as React from "react"; | ||
optionHeight?: number | ((options: { option: TValue }) => number) | undefined; | ||
optionRenderer?(options: VirtualizedOptionRenderOptions<TValue>): JSX.Element; | ||
optionRenderer?(options: VirtualizedOptionRenderOptions<TValue>): React.JSX.Element; | ||
selectComponent?: React.ComponentClass<any> | React.FunctionComponent<any> | undefined; | ||
@@ -31,0 +31,0 @@ } |
{ | ||
"name": "@types/react-virtualized-select", | ||
"version": "3.0.16", | ||
"version": "3.0.17", | ||
"description": "TypeScript definitions for react-virtualized-select", | ||
@@ -27,4 +27,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-virtualized-select", | ||
}, | ||
"typesPublisherContentHash": "e2fe6264b0a533ac9ac8117e23cf5adfa1921c30ac72772a2663760de18dd203", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "3a6fa7d80f8bc4a020d0e5f7df64c957ed1a57f59e3762ce08bfe9f7296eb312", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -38,3 +38,3 @@ # Installation | ||
optionHeight?: number | ((options: { option: TValue }) => number) | undefined; | ||
optionRenderer?(options: VirtualizedOptionRenderOptions<TValue>): JSX.Element; | ||
optionRenderer?(options: VirtualizedOptionRenderOptions<TValue>): React.JSX.Element; | ||
selectComponent?: React.ComponentClass<any> | React.FunctionComponent<any> | undefined; | ||
@@ -55,3 +55,3 @@ } | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Tue, 05 Dec 2023 12:09:51 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/react-select](https://npmjs.com/package/@types/react-select), [@types/react-virtualized](https://npmjs.com/package/@types/react-virtualized) | ||
@@ -58,0 +58,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
5785