@uiw/react-native
Version:
UIW for React Native
6 lines (5 loc) • 321 B
TypeScript
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;