UNPKG

bento-charts

Version:
6 lines (5 loc) 324 B
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';