UNPKG

@rehookify/datepicker

Version:

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

5 lines 348 B
import type { DPDayInteger, DPExcludeConfig } from '../types'; export declare const isExcludedDay: (d: number, eDays?: DPDayInteger[]) => boolean; export declare const isExcludedDate: (d: Date, dates?: Date[]) => boolean; export declare const isExcluded: (d: Date, { day, date }?: DPExcludeConfig) => boolean; //# sourceMappingURL=excluded.d.ts.map