UNPKG

react-native-ui-datepicker

Version:
12 lines 451 B
import React from 'react'; import { ClassNames, Styles, PickerOption } from '../../types'; interface WheelProps { value: number | string; setValue?: (value: any) => void; items: PickerOption[]; styles?: Styles; classNames?: ClassNames; } declare const _default: React.MemoExoticComponent<({ value, setValue, items, styles, classNames, }: WheelProps) => JSX.Element>; export default _default; //# sourceMappingURL=wheel-web.d.ts.map