UNPKG

@rehookify/datepicker

Version:

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

3 lines 240 B
import type { DPDatesMode, DPDayRange } from '../types'; export declare const getDateRangeState: (date: Date, rangeEnd: Date | null, selectedDates: Date[], mode: DPDatesMode) => DPDayRange; //# sourceMappingURL=get-date-range-state.d.ts.map