UNPKG

@uiw/react-native

Version:
4 lines (3 loc) 252 B
import React from 'react'; import { WheelPickerProps } from './type'; export default function WheelPicker({ data, value, indicatorBackgroundColor, containerStyle, itemStyle, itemTextStyle, itemHeight, onChange, }: WheelPickerProps): React.JSX.Element;