@smitch/fluid
Version:
A lightweight, Tailwind-powered React/Next.js UI component library.
10 lines • 529 B
JavaScript
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';
//# sourceMappingURL=index.js.map