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) 189 B
import { CalendarType } from "../types/DatePicker.types"; export declare const generateDays: (month: number, year: number, type?: CalendarType) => { id: number; title: number; }[];