UNPKG

bento-charts

Version:
4 lines (3 loc) 202 B
import { BarChartProps } from '../../types/chartTypes'; declare const BentoBarChart: ({ colorTheme, ...params }: BarChartProps) => import("react/jsx-runtime").JSX.Element; export default BentoBarChart;