UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

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