Merge branch 'develop' of https://github.com/mermaid-js/mermaid into mindmaps-and-elk-updates

This commit is contained in:
darshanr0107
2025-09-04 13:46:33 +05:30
139 changed files with 8861 additions and 4808 deletions

View File

@@ -1,19 +0,0 @@
import type { InternalHelpers, LayoutData, RenderOptions, SVG } from '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>;