UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

5 lines (4 loc) 144 B
import { Router } from './index'; export interface NormalRouterOptions { } export declare const normal: Router.Definition<NormalRouterOptions>;