UNPKG

145 BTypeScriptView Raw
1import withGauge from './withGauge';
2import GaugeView from './gaugeView';
3
4export { withGauge, GaugeView };
5export default withGauge(GaugeView);