UNPKG

@quidone/react-native-wheel-picker

Version:

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

11 lines (10 loc) 280 B
export {type Control as PickerControl} from './create-control'; export { usePickerControl, useOnPickerValueChangingEffect, useOnPickerValueChangedEffect, } from './usePickerControl'; export { withPickerControl, type WithPickerControlProps, } from './withPickerControl';