state sync
This commit is contained in:
10
app/basepak/static/js/mermaid/diagrams/timeline/timeline-definition.d.ts
vendored
Normal file
10
app/basepak/static/js/mermaid/diagrams/timeline/timeline-definition.d.ts
vendored
Normal 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;
|
||||
};
|
||||
Reference in New Issue
Block a user