UNPKG

expo-select-dropdown

Version:

Expo / React Native Select Dropdown with search and other customizations

5 lines 116 B
export default interface DropdownData<T, U> { key: T; value: U; } //# sourceMappingURL=DropdownData.d.ts.map