UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

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