/** * Legacy Dashboard Builder * @deprecated Use the new dashboard module instead */ export { type ViewMode as LegacyViewMode, type ViewFrame as LegacyViewFrame, type LayoutMode as LegacyLayoutMode, type WidgetKind as LegacyWidgetKind, type WidgetLayout as LegacyWidgetLayout, type WidgetConfig as LegacyWidgetConfig, type DashboardModel as LegacyDashboardModel, type PaletteItem as LegacyPaletteItem, type SectionBgColor as LegacySectionBgColor, PALETTE_ITEMS as LEGACY_PALETTE_ITEMS, } from './models'; export * from './chart-options';