/** * Dashboard Module * * Provides a complete dashboard building system with: * - Widget components (counter, charts, tables) * - Canvas and layout management * - Palette for adding widgets * - Theme-aware styling with dark mode support */ export * from './components'; export * from './models'; export * from './config/widget-palette.config'; export * from './config/chart-styles'; export * from './config/stellar-echarts-theme';