UNPKG

@rehookify/datepicker

Version:

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

7 lines 157 B
import { DPDay } from './day'; export interface DPCalendar { year: string; month: string; days: DPDay[]; } //# sourceMappingURL=calendar.d.ts.map