UNPKG

recharts

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