UNPKG

react-trip-date

Version:

Accessible, fully customizable date and range picker for React applications.

8 lines 238 B
import { Dayjs } from "dayjs"; import { ReactNode } from "react"; export interface CalendarProps { jalali: boolean; startOfWeek?: number; children: (weeks: Dayjs[][]) => ReactNode; } //# sourceMappingURL=calendar.type.d.ts.map