UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

6 lines (5 loc) 191 B
import type { EdgeAnchorDefinition } from './index'; export interface LengthEndpointOptions { length?: number; } export declare const length: EdgeAnchorDefinition<LengthEndpointOptions>;