UNPKG

@rehookify/datepicker

Version:

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

3 lines 211 B
import type { DPCalendar, DPState } from '../types'; export declare const createCalendars: ({ selectedDates, state, config, offsetDate, }: DPState) => DPCalendar[]; //# sourceMappingURL=create-calendars.d.ts.map