This commit is contained in:
parent
4b35583782
commit
e77051ccc4
1987 changed files with 1147290 additions and 5648 deletions
20
themes/blowfish/assets/lib/mermaid/diagrams/timeline/timelineDb.d.ts
vendored
Normal file
20
themes/blowfish/assets/lib/mermaid/diagrams/timeline/timelineDb.d.ts
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
export function getCommonDb(): typeof commonDb;
|
||||
export function clear(): void;
|
||||
export function addSection(txt: any): void;
|
||||
export function getSections(): any[];
|
||||
export function getTasks(): any[];
|
||||
export function addTask(period: any, length: any, event: any): void;
|
||||
export function addEvent(event: any): void;
|
||||
export function addTaskOrg(descr: any): void;
|
||||
declare namespace _default {
|
||||
export { clear };
|
||||
export { getCommonDb };
|
||||
export { addSection };
|
||||
export { getSections };
|
||||
export { getTasks };
|
||||
export { addTask };
|
||||
export { addTaskOrg };
|
||||
export { addEvent };
|
||||
}
|
||||
export default _default;
|
||||
import * as commonDb from '../common/commonDb.js';
|
Loading…
Add table
Add a link
Reference in a new issue