UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

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