@antv/x6
Version:
JavaScript diagramming library that uses SVG and HTML for rendering.
26 lines (20 loc) • 555 B
text/typescript
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