UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

8 lines 308 B
import type { CSSProperties } from 'react'; interface HorizontalAxisLineProps { plotWidth: number; style?: CSSProperties; } export default function HorizontalAxisLine(props: HorizontalAxisLineProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=HorizontalAxisLine.d.ts.map