@types/react-native-modal-dropdown
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -35,4 +35,4 @@ // Type definitions for react-native-modal-dropdown 0.6 | ||
renderButtonText?: (text: any) => any; | ||
onDropdownWillShow?: () => boolean; | ||
onDropdownWillHide?: () => boolean; | ||
onDropdownWillShow?: () => any; | ||
onDropdownWillHide?: () => any; | ||
onSelect?: (index: number, option: any) => void; | ||
@@ -39,0 +39,0 @@ accessible?: boolean; |
{ | ||
"name": "@types/react-native-modal-dropdown", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "TypeScript definitions for react-native-modal-dropdown", | ||
@@ -14,6 +14,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-native-modal-dropdown" | ||
}, | ||
@@ -24,4 +25,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "99302952860dcf87fcf7b64226452f481597e8596324834536ba1ecab37b50eb", | ||
"typesPublisherContentHash": "bdde18d674b65379bb7b39b9233248608390950df1dfe78f7b298142e760a90b", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for react-native-modal-dropdown ( https://github.com/sohobloo/react-native-modal-dropdown ). | ||
This package contains type definitions for react-native-modal-dropdown (https://github.com/sohobloo/react-native-modal-dropdown). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-modal-dropdown | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-modal-dropdown. | ||
Additional Details | ||
* Last updated: Wed, 06 Feb 2019 23:30:55 GMT | ||
* Dependencies: @types/react | ||
### Additional Details | ||
* Last updated: Fri, 13 Mar 2020 23:45:28 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Carlos Li <https://github.com/echoulen>. | ||
These definitions were written by [Carlos Li](https://github.com/echoulen). |
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
4112