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.

6 lines (5 loc) 161 B
import { CalendarType } from "../types/DatePicker.types"; export declare const generateMonths: (type: CalendarType) => { id: number; title: string; }[];