UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

11 lines 414 B
import { Registry } from '../registry'; import * as layouts from './main'; export var PortLabelLayout; (function (PortLabelLayout) { PortLabelLayout.presets = layouts; PortLabelLayout.registry = Registry.create({ type: 'port label layout', }); PortLabelLayout.registry.register(PortLabelLayout.presets, true); })(PortLabelLayout || (PortLabelLayout = {})); //# sourceMappingURL=index.js.map