Files
grafana/public/app/plugins/panel/graph2/module.tsx
2019-01-09 17:21:14 +01:00

5 lines
168 B
TypeScript

import { GraphPanel } from './GraphPanel';
import { GraphPanelOptions } from './GraphPanelOptions';
export { GraphPanel as Panel, GraphPanelOptions as PanelOptions };