UNPKG

@rehookify/datepicker

Version:

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

3 lines 265 B
import type { DPDatesConfig, DPLocaleConfig, DPMonth } from '../types'; export declare var createMonths: (offsetDate: Date, selectedDates: Date[], locale: DPLocaleConfig, { minDate, maxDate }: DPDatesConfig) => DPMonth[]; //# sourceMappingURL=create-months.d.ts.map