UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

4 lines 173 B
import { Poly } from './poly'; import { createShape } from './util'; export const Polygon = createShape('polygon', {}, { parent: Poly }); //# sourceMappingURL=polygon.js.map