UNPKG

recharts

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