UNPKG

react-native-dates-picker

Version:
11 lines 325 B
/// <reference types="react" /> import { type ViewStyle } from 'react-native'; interface WheelProps { value: number; setValue?: (value: number) => void; items: string[]; indicatorStyle?: ViewStyle; } export default function Wheel(props: WheelProps): JSX.Element; export {}; //# sourceMappingURL=Wheel.d.ts.map