CalendarCellProps The props which will be received by the custom cell of the Calendar and the MultiViewCalendar. className? string formattedValue string id string isDisabled? boolean isFocused boolean isRangeEnd boolean isRangeMid boolean isRangeSplitEnd? boolean isRangeSplitStart? boolean isRangeStart boolean isSelected boolean isToday boolean isWeekend boolean onClick? (value: Date, event?: MouseEvent) => void onMouseEnter? (value: Date, event?: MouseEvent) => void onMouseLeave? (value: Date, event?: MouseEvent) => void style? CSSProperties title? string value Date view? CalendarViewEnum