UNPKG

@uiw/react-native

Version:
6 lines (5 loc) 321 B
import React from 'react'; import { WhellPickerItemProps } from './type'; declare function WheelPickerItem({ textStyle, style, visibleRest, height, option, index, currentIndex }: WhellPickerItemProps): React.JSX.Element; declare const _default: React.MemoExoticComponent<typeof WheelPickerItem>; export default _default;