@acorex/core 20.1.17 → 20.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -188,6 +188,7 @@ declare class AXDateTimeFormatter implements AXFormatter {
188
188
  interface AXHolidayDate {
189
189
  date: Date;
190
190
  title: string;
191
+ cssClass?: string;
191
192
  description?: string;
192
193
  [key: string]: unknown;
193
194
  }