sdk.ts 403 B

12345678910111213
  1. import {PanelCtrl} from 'app/features/panel/panel_ctrl';
  2. import {MetricsPanelCtrl} from 'app/features/panel/metrics_panel_ctrl';
  3. import {QueryCtrl} from 'app/features/panel/query_ctrl';
  4. import {alertTab} from 'app/features/alerting/alert_tab_ctrl';
  5. import {loadPluginCss} from 'app/features/plugins/plugin_loader';
  6. export {
  7. PanelCtrl,
  8. MetricsPanelCtrl,
  9. QueryCtrl,
  10. alertTab,
  11. loadPluginCss,
  12. };