UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

8 lines (7 loc) 233 B
import { Router } from './index'; export interface ErRouterOptions { min?: number; offset?: number | 'center'; direction?: 'T' | 'B' | 'L' | 'R' | 'H' | 'V'; } export declare const er: Router.Definition<ErRouterOptions>;