UNPKG

mermaid

Version:

Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.

3 lines (2 loc) 147 B
import type { Node } from '$root/rendering-util/types.d.ts'; export declare const rectWithTitle: (parent: SVGElement, node: Node) => Promise<any>;