UNPKG

mermaid

Version:

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

3 lines (2 loc) 130 B
import type { Node } from '../../types.js'; export declare const rectWithTitle: (parent: SVGElement, node: Node) => Promise<any>;