export interface IViewChangingEventArgs {
    monthAction: string;
    key: string;
    nextDate: Date;
}
