export interface CalendarItemProps {
    selected?: boolean;
    range?: boolean;
    disabled?: boolean;
    width?: number;
    height?: number;
}
