UNPKG

cl-react-graph

Version:
4 lines (3 loc) 172 B
import { IChartAdaptor } from './Histogram'; import { IScatterPlotProps } from './ScatterPlot'; export declare const scatterPlotD3: () => IChartAdaptor<IScatterPlotProps>;