grafana/public/app/plugins/sdk.ts

8 lines
382 B
TypeScript
Raw Normal View History

import { PanelCtrl } from 'app/features/panel/panel_ctrl';
import { MetricsPanelCtrl } from 'app/features/panel/metrics_panel_ctrl';
import { QueryCtrl } from 'app/features/panel/query_ctrl';
2018-09-02 09:11:21 -05:00
import { alertTab } from 'app/features/alerting/AlertTabCtrl';
import { loadPluginCss } from '@grafana/runtime';
export { PanelCtrl, MetricsPanelCtrl, QueryCtrl, alertTab, loadPluginCss };