export interface DayInfo { enabled?: boolean; sameMonth: boolean; selected?: boolean; date: Date; visible?: boolean; }