UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

10 lines (7 loc) 189 B
import { Router } from './index' export interface NormalRouterOptions {} export const normal: Router.Definition<NormalRouterOptions> = function ( vertices, ) { return [...vertices] }