UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

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