UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

9 lines (8 loc) 463 B
import type { PortLabelLayoutCommonOptions, PortLabelLayoutDefinition } from './index'; export interface InOutArgs extends PortLabelLayoutCommonOptions { offset?: number; } export declare const outside: PortLabelLayoutDefinition<InOutArgs>; export declare const outsideOriented: PortLabelLayoutDefinition<InOutArgs>; export declare const inside: PortLabelLayoutDefinition<InOutArgs>; export declare const insideOriented: PortLabelLayoutDefinition<InOutArgs>;