Skip to content

Commit

Permalink
fix: 导出 gauge hoc (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue committed Mar 14, 2022
1 parent 789e382 commit 7ec0c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/f2/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export { default as Tooltip, withTooltip, TooltipView } from './tooltip';
export { default as Treemap, withTreemap, TreemapView } from './treemap';
export { default as Sunburst, withSunburst, SunburstView } from './sunburst';
export { default as PieLabel, withPieLabel, PieLabelView } from './pieLabel';
export { default as Gauge } from './gauge';
export { default as Gauge, withGauge, GaugeView } from './gauge';
export { default as Zoom } from './zoom';
export { default as ScrollBar, withScrollBar, ScrollBarView } from './scrollBar';

0 comments on commit 7ec0c8a

Please sign in to comment.