UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

8 lines 264 B
import { Registry } from '../registry'; import * as routers from './main'; export const routerPresets = routers; export const routerRegistry = Registry.create({ type: 'router', }); routerRegistry.register(routerPresets, true); //# sourceMappingURL=index.js.map