UNPKG

@quidone/react-native-wheel-picker

Version:

Picker is a UI component for selecting an item from a list of options.

10 lines 368 B
import React from 'react'; import { StyleProp, TextStyle } from 'react-native'; type PickerItemProps = { value: any; label?: string; itemTextStyle: StyleProp<TextStyle>; }; declare const _default: React.MemoExoticComponent<({ value, label, itemTextStyle }: PickerItemProps) => JSX.Element>; export default _default; //# sourceMappingURL=PickerItem.d.ts.map