index.tsx 308 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
import Pie from './Pie';
import Gauge from './Gauge';
import WaterWave from './WaterWave';
import TagCloud from './TagCloud';
import MiniArea from './MiniArea';
const Charts = {
  Pie,
  WaterWave,
  Gauge,
  MiniArea,
  TagCloud,
};

export { Charts as default, Pie, WaterWave, Gauge, TagCloud, MiniArea };