react-plot
Version:
Library of React components to render SVG 2D plots.
8 lines • 301 B
TypeScript
import type { CSSProperties } from 'react';
interface VerticalAxisLineProps {
plotHeight: number;
style?: CSSProperties;
}
export default function VerticalAxisLine(props: VerticalAxisLineProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=VerticalAxisLine.d.ts.map