export interface CalendarConfig { months: string[] monthsPerYear: number daysPerMonth: number // todayDate: any }