This commit is contained in:
nik
2025-10-03 22:27:28 +03:00
parent 829fad0e17
commit 871cf7e792
16520 changed files with 2967597 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
import * as db from './timelineDb.js';
export declare const diagram: {
db: typeof db;
renderer: {
setConf: () => void;
draw: (text: string, id: string, version: string, diagObj: import("../../Diagram.js").Diagram) => void;
};
parser: any;
styles: (options: any) => string;
};