UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

6 lines 201 B
export default function MarkerDefs({ color, id, width, }: { color?: string; id: string; width?: number; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MarkerDefs.d.ts.map