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.

13 lines (12 loc) 227 B
export declare const JALAALI_MONTHS: { id: number; title: string; }[]; export declare const MONTHS: { id: number; title: string; }[]; export declare const HIJRI_MONTHS: { id: number; title: string; }[];