bento-charts
Version:
Charts library for Bento-platform
6 lines (5 loc) • 324 B
TypeScript
export { default as BarChart } from './Components/Charts/BentoBarChart';
export { default as Histogram } from './Components/Charts/BentoHistogram';
export { default as PieChart } from './Components/Charts/BentoPie';
export { default as ChartConfigProvider } from './ChartConfigProvider';
export * from './types/chartTypes';