UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

13 lines (12 loc) 345 B
import { Shape } from './shape'; import * as Addon from './addon'; import * as Registry from './registry'; import './global/track'; export * from './util'; export * from './common'; export * from './geometry'; export * from './model'; export * from './view'; export * from './graph'; export { Shape, Addon, Registry }; export * from './global';