UNPKG

mermaid

Version:

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

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