11 lines
281 B
TypeScript
Raw Normal View History

2026-05-31 13:21:13 +02:00
import * as db from './timelineDb.js';
export declare const diagram: {
db: typeof db;
renderer: {
setConf: () => void;
draw: (text: string, id: string, version: string, diagObj: any) => void;
};
parser: any;
styles: (options: any) => string;
};