UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

10 lines (9 loc) 496 B
export { default as BarChart } from './BarChart'; export { default as BubbleChart } from './BubbleChart'; export { default as LineChart } from './LineChart'; export { default as PieChart } from './PieChart'; export { default as DoughnutChart } from './DoughnutChart'; export { default as ScatterChart } from './ScatterChart'; export { default as RadarChart } from './RadarChart'; export { default as PolarAreaChart } from './PolarAreaChart'; export { default as MixedChart } from './MixedChart';