UNPKG

mermaid

Version:

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

5 lines (4 loc) 82 B
export interface IshikawaNode { text: string; children: IshikawaNode[]; }