UNPKG

@rehookify/datepicker

Version:

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

3 lines 221 B
import type { DPDatesConfig } from '../types'; export declare const getMultipleDates: (selectedDates: Date[], date: Date, { mode, toggle, limit }: DPDatesConfig) => Date[]; //# sourceMappingURL=get-multiple-dates.d.ts.map