UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

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