UNPKG

mermaid

Version:

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

3 lines (2 loc) 161 B
import type { Node, RectOptions } from '../../types.js'; export declare const drawRect: (parent: SVGAElement, node: Node, options: RectOptions) => Promise<any>;