UNPKG

@rehookify/datepicker

Version:

The ultimate tool to create a date, range and time picker in your React applications.

6 lines 264 B
import type { DPCalendarConfig } from '../types'; export declare function getCalendarMonthParams(month: number, year: number, { mode, startDay }: DPCalendarConfig): { start: number; length: number; }; //# sourceMappingURL=get-calendar-month-params.d.ts.map