Files
grafana/public/app/plugins/panel/graph2/module.tsx
2018-12-17 13:55:25 +01:00

5 lines
153 B
TypeScript

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