UNPKG

react-trip-date

Version:

date-picker and range-picker for React applications

7 lines (6 loc) 155 B
import { Dayjs } from "dayjs"; export interface CalendarProps { jalali: boolean; startOfWeek?: number; children(data: Dayjs[][]): any; }