2026-05-31 13:54:31 +02:00

11 lines
281 B
TypeScript

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;
};