UNPKG

@nivo/scatterplot

Version:
5 lines 341 B
import { ReactElement } from 'react'; import { WithChartRef } from '@nivo/core'; import { ScatterPlotDatum, ScatterPlotSvgProps } from './types'; export declare const ScatterPlot: <RawDatum extends ScatterPlotDatum>(props: WithChartRef<ScatterPlotSvgProps<RawDatum>, SVGSVGElement>) => ReactElement; //# sourceMappingURL=ScatterPlot.d.ts.map