UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

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