UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

9 lines (8 loc) 423 B
import { PortLabelLayout } from './index'; export interface InOutArgs extends PortLabelLayout.CommonOptions { offset?: number; } export declare const outside: PortLabelLayout.Definition<InOutArgs>; export declare const outsideOriented: PortLabelLayout.Definition<InOutArgs>; export declare const inside: PortLabelLayout.Definition<InOutArgs>; export declare const insideOriented: PortLabelLayout.Definition<InOutArgs>;