UNPKG

mermaid

Version:

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

5 lines (4 loc) 128 B
import type { DrawDefinition } from '../../diagram-api/types.js'; export declare const renderer: { draw: DrawDefinition; };