export interface DateProperties {
    isSelected?: boolean;
    isDisabled?: boolean;
}
