@microsoft/fast-foundation > CalendarInfo
CalendarInfo type
Calendar information needed for rendering including the next and previous months
Signature:export declare type CalendarInfo = MonthInfo & {
    previous: MonthInfo;
    next: MonthInfo;
};