UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

14 lines (10 loc) 287 B
import * as Shape from './shape' import * as Registry from './registry' export * from './model' export * from './view' export * from './graph' export * from './config' export * from './util' export * from '@antv/x6-common' export * from '@antv/x6-geometry' export { Shape, Registry }