react-plot
Version:
Library of React components to render SVG 2D plots.
13 lines • 431 B
TypeScript
import { Circle, Cross, Diamond, Hexagon, Pentagon, Square, Star, Triangle, XMark } from './Markers.js';
export declare const markersMap: {
circle: typeof Circle;
square: typeof Square;
diamond: typeof Diamond;
triangle: typeof Triangle;
cross: typeof Cross;
xmark: typeof XMark;
pentagon: typeof Pentagon;
star: typeof Star;
hexagon: typeof Hexagon;
};
//# sourceMappingURL=Markers.map.d.ts.map