UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

6 lines 291 B
import type { ReactNode, SVGProps } from 'react'; export interface VerticalTextProps extends SVGProps<SVGTextElement> { label: ReactNode; } export default function VerticalText(props: VerticalTextProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=VerticalText.d.ts.map