UNPKG

recharts

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