UNPKG

@quidone/react-native-wheel-picker

Version:

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

8 lines 395 B
import React from 'react'; import { type PickerProps } from '../base'; export type DatePickerDateProps = Omit<PickerProps<{ value: number; }>, 'value' | 'data'>; declare const _default: React.MemoExoticComponent<({ width, overlayItemStyle: overlayItemStyleProp, ...restProps }: DatePickerDateProps) => React.JSX.Element>; export default _default; //# sourceMappingURL=DatePickerDate.d.ts.map