UNPKG

@moamfar/react-time-date-picker

Version:

A React component library providing elegant and intuitive iOS-style pickers for Gregorian dates times and Jalaali (Persian) dates and Hijri dates offering a consistent user experience in your React applications.

15 lines (14 loc) 276 B
export declare const generateHoursAndMinutes: (is24Hours: boolean) => { HOURS: { id: number; title: string; }[]; MINUTES: { id: number; title: string; }[]; MERIDIEMS: { id: number; title: string; }[]; };