UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

6 lines 214 B
import type { ReactElement, ReactNode } from 'react'; export interface SeriesProps { children: ReactNode; } export declare function Series(props: SeriesProps): ReactElement; //# sourceMappingURL=Series.d.ts.map