UNPKG

mermaid

Version:

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

7 lines (6 loc) 291 B
import type { EventModelingDB } from './types.js'; export declare const setOptions: (_rawOptString: string) => void; export declare const getOptions: () => {}; export declare const clear: () => void; export declare const getDirection: () => string; export declare const db: EventModelingDB;