add hw2
This commit is contained in:
7
node_modules/mermaid/dist/diagrams/common/commonDb.d.ts
generated
vendored
Normal file
7
node_modules/mermaid/dist/diagrams/common/commonDb.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare const clear: () => void;
|
||||
export declare const setAccTitle: (txt: string) => void;
|
||||
export declare const getAccTitle: () => string;
|
||||
export declare const setAccDescription: (txt: string) => void;
|
||||
export declare const getAccDescription: () => string;
|
||||
export declare const setDiagramTitle: (txt: string) => void;
|
||||
export declare const getDiagramTitle: () => string;
|
||||
Reference in New Issue
Block a user