@acorex/core 20.1.18 → 20.2.0-next.1

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,7 +188,6 @@ declare class AXDateTimeFormatter implements AXFormatter {
188
188
  interface AXHolidayDate {
189
189
  date: Date;
190
190
  title: string;
191
- cssClass?: string;
192
191
  description?: string;
193
192
  [key: string]: unknown;
194
193
  }