UNPKG

recharts

Version:
4 lines (3 loc) 207 B
import * as React from 'react'; import { CartesianChartProps } from '../util/types'; export declare const BarChart: React.ForwardRefExoticComponent<CartesianChartProps & React.RefAttributes<SVGSVGElement>>;