mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
6 lines
224 B
TypeScript
6 lines
224 B
TypeScript
import { GaugePanelOptions } from './GaugePanelOptions';
|
|
import { GaugePanel } from './GaugePanel';
|
|
import { PanelDefaults } from './types';
|
|
|
|
export { GaugePanel as Panel, GaugePanelOptions as PanelOptions, PanelDefaults };
|