UNPKG

better-mermaid

Version:

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

10 lines (9 loc) 258 B
/** @param render */ export function addToRender(render: any): void; /** @param addShape */ export function addToRenderV2(addShape: any): void; declare namespace _default { export { addToRender }; export { addToRenderV2 }; } export default _default;