UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

19 lines (18 loc) 565 B
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'; 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 declare const create: typeof Registry.create;