UNPKG

bento-charts

Version:
4 lines (3 loc) 275 B
import type { BaseBarChartProps } from '../../types/chartTypes'; declare const BaseBarChart: ({ height, width, units, title, onClick, onChartClick, chartFill, otherFill, ...params }: BaseBarChartProps) => import("react/jsx-runtime").JSX.Element; export default BaseBarChart;