UNPKG

dk-plus

Version:
9 lines (8 loc) 169 B
export interface CalendarCell { date: Date; text: number; isCurrentMonth: boolean; isToday: boolean; isSelected: boolean; isDisabled: boolean; }