UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

7 lines (6 loc) 261 B
import { ResolveOptions } from '../node-anchor/util'; import { EdgeAnchor } from './index'; export interface OrthEndpointOptions extends ResolveOptions { fallbackAt?: number | string; } export declare const orth: EdgeAnchor.Definition<OrthEndpointOptions>;