UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

3 lines (2 loc) 227 B
import type { PortLabelLayoutCommonOptions, PortLabelLayoutResult } from './index'; export declare function toResult(preset: Partial<PortLabelLayoutResult>, args?: Partial<PortLabelLayoutCommonOptions>): PortLabelLayoutResult;