@antv/x6
Version:
JavaScript diagramming library that uses SVG and HTML for rendering.
21 lines • 601 B
JavaScript
import { Registry } from './registry';
export * from './attr';
export * from './grid';
export * from './filter';
export * from './background';
export * from './highlighter';
export * from './port-layout';
export * from './port-label-layout';
export * from './tool';
// connection
export * from './marker';
export * from './node-anchor';
export * from './edge-anchor';
export * from './connection-point';
export * from './router';
export * from './connector';
export * from './connection-strategy';
//
export * from './registry';
export const create = Registry.create;
//# sourceMappingURL=index.js.map