UNPKG

@rehookify/datepicker

Version:

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

12 lines 224 B
export interface DPTimeLimit { h: number; m: number; } export interface DPTime { $date: Date; disabled: boolean; now: boolean; selected: boolean; time: string; } //# sourceMappingURL=time.d.ts.map