@types/react-native-modal-dropdown
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -49,4 +49,7 @@ import * as React from "react"; | ||
renderButtonProps?: any; | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
onDropdownWillShow?: (() => void | boolean) | undefined; | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
onDropdownWillHide?: (() => void | boolean) | undefined; | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
onSelect?: ((index: string, option: T) => void | boolean) | undefined; | ||
@@ -53,0 +56,0 @@ numberOfLines?: number | undefined; |
{ | ||
"name": "@types/react-native-modal-dropdown", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "TypeScript definitions for react-native-modal-dropdown", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-modal-dropdown", | ||
}, | ||
"typesPublisherContentHash": "70cbd0b3c6564273e782871a3136fdd163954743c1e6a12b8513d1986ede674d", | ||
"typesPublisherContentHash": "5b326c71b00379bd3f771a6f6ac44555bae5e9bb5e3e63e25b97269529d54770", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/react-native](https://npmjs.com/package/@types/react-native) | ||
@@ -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
5784
59