UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

7 lines (6 loc) 261 B
import { EdgeView } from '../../view'; export interface ResolveOptions { fixedAt?: number | string; } export declare function resolve<S extends Function, T>(fn: S): T; export declare function getPointAtEdge(edgeView: EdgeView, value: string | number): any;