UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

4 lines 247 B
import type { LineSeriesProps } from './LineSeries.js'; export type BarSeriesProps = LineSeriesProps; export declare function BarSeries(props: BarSeriesProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=BarSeries.d.ts.map