UNPKG

recharts

Version:
8 lines (7 loc) 292 B
import * as React from 'react'; import { CartesianChartProps } from '../util/types'; /** * @provides CartesianViewBoxContext * @provides CartesianChartContext */ export declare const ComposedChart: React.ForwardRefExoticComponent<CartesianChartProps & React.RefAttributes<SVGSVGElement>>;