UNPKG

@mustapha-ghlissi/react-native-select-picker

Version:

React Native Select Picker: Reanimated dropdown select compatible with Android, IOS and Web

5 lines 189 B
import React from 'react'; import { DropdownProps } from './Dropdown.types'; declare const Dropdown: React.FC<DropdownProps>; export default Dropdown; //# sourceMappingURL=Dropdown.d.ts.map