UNPKG

mermaid

Version:

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

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