UNPKG

312 BTypeScriptView Raw
1import * as db from './timelineDb.js';
2export declare const diagram: {
3 db: typeof db;
4 renderer: {
5 setConf: () => void;
6 draw: (text: string, id: string, version: string, diagObj: import("../../Diagram.js").Diagram) => void;
7 };
8 parser: any;
9 styles: (options: any) => string;
10};