module.tsx 213 B

1234
  1. import GaugePanelOptions, { defaultProps } from './GaugePanelOptions';
  2. import { GaugePanel } from './GaugePanel';
  3. export { GaugePanel as Panel, GaugePanelOptions as PanelOptions, defaultProps as PanelDefaults };