UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

6 lines 250 B
import type { SVGProps } from 'react'; /** * Like <rect>, but transparent by default */ export default function TransparentRect(props: SVGProps<SVGRectElement>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TransparentRect.d.ts.map