mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
import { GraphPanel } from './GraphPanel';
|
|
import { GraphOptions } from './GraphOptions';
|
|
|
|
export { GraphPanel as Panel, GraphOptions as PanelOptions };
|