@adaptabletools/adaptable 18.1.4-canary.1 → 18.1.4

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.
package/src/types.d.ts CHANGED
@@ -136,7 +136,6 @@ export type { CellSelectionChangedInfo } from './Api/Events/CellSelectionChanged
136
136
  export type { RowSelectionChangedInfo } from './Api/Events/RowSelectionChanged';
137
137
  export type { AdaptableStateReloadedInfo } from './Api/Events/AdaptableStateReloaded';
138
138
  export type { ThemeChangedInfo } from './Api/Events/ThemeChanged';
139
- export type { ThemeEditedInfo } from './Api/Events/ThemeEdited';
140
139
  export type { DashboardChangedInfo } from './Api/Events/DashboardChanged';
141
140
  export type { ScheduleTriggeredInfo } from './Api/Events/ScheduleTriggered';
142
141
  export type { AdaptableStateChangedInfo } from './Api/Events/AdaptableStateChanged';