UNPKG

@quidone/react-native-wheel-picker

Version:

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

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