UNPKG

@rehookify/datepicker

Version:

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

10 lines 238 B
export interface DPYear { $date: Date; active: boolean; disabled: boolean; now: boolean; selected: boolean; year: number; } export type DPYearsMode = 'decade' | 'fluid' | 'exact'; //# sourceMappingURL=year.d.ts.map