I have installed "@daypilot/daypilot-lite-angular": "^5.6.0".
See below there is no property related to cssClass.
interface MonthBeforeCellRenderArgs {
readonly control: DayPilot.Month;
readonly cell: {
readonly start: DayPilot.Date;
readonly end: DayPilot.Date;
readonly properties: {
business: boolean;
headerHtml: string;
html: string;
backColor: string;
};
};
}