grafana/public/app/features/panel/panel.ts

14 lines
298 B
TypeScript

///<reference path="../../headers/common.d.ts" />
import config from 'app/core/config';
import {PanelCtrl} from './panel_ctrl';
import {MetricsPanelCtrl} from './metrics_panel_ctrl';
import {PanelDirective} from './panel_directive';
export {
PanelCtrl,
MetricsPanelCtrl,
PanelDirective,
}