UNPKG

react-trip-date

Version:

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

8 lines 268 B
import { Dayjs } from "dayjs"; declare const createCalendar: ({ source, startOfWeek, }: CreateCalendarType) => Dayjs[]; export { createCalendar }; interface CreateCalendarType { source: Dayjs; startOfWeek: number; } //# sourceMappingURL=createCalendar.d.ts.map