Files
slava.home/main_plugin/dgrm/shapes/path-smbl.js
2025-11-07 20:53:17 +02:00

3 lines
130 B
JavaScript

export const PathSmbl = Symbol('path');
/** @typedef {SVGGraphicsElement & { [PathSmbl]?: import("./path").Path }} PathElement */