UNPKG

@ted-marozzi/layout-elk

Version:
3 lines (2 loc) 375 B
import type { InternalHelpers, LayoutData, RenderOptions, SVG } from '@ted-marozzi/mermaid'; export declare const render: (data4Layout: LayoutData, svg: SVG, { common, getConfig, insertCluster, insertEdge, insertEdgeLabel, insertMarkers, insertNode, interpolateToCurve, labelHelper, log, positionEdgeLabel, }: InternalHelpers, { algorithm }: RenderOptions) => Promise<void>;