UNPKG

recharts

Version:
11 lines (10 loc) 367 B
import * as React from 'react'; import { CartesianChartProps } from '../util/types'; /** * @consumes ResponsiveContainerContext * @provides CartesianViewBoxContext * @provides CartesianChartContext */ export declare const LineChart: <DataPointType = any>(props: CartesianChartProps<DataPointType> & { ref?: React.Ref<SVGSVGElement>; }) => React.ReactElement;