UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

8 lines (7 loc) 210 B
import { PortLayout } from './index'; export interface AbsoluteArgs { x?: string | number; y?: string | number; angle?: number; } export declare const absolute: PortLayout.Definition<AbsoluteArgs>;