export interface IMyDisabledDate {
    disabled: boolean;
    styleClass?: string;
}
