UNPKG

@onesy/ui-react

Version:
6 lines (5 loc) 199 B
import React from 'react'; import { IChart } from '../Chart/Chart'; export declare type IScatterChart = IChart & {}; declare const ScatterChart: React.FC<IScatterChart>; export default ScatterChart;