/** Specifies the possible views of a calendar. */ export type CalendarView = "month" | "year" | "multi-year"; //# sourceMappingURL=CalendarView.d.ts.map