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