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