add hw2
This commit is contained in:
25
node_modules/mermaid/dist/diagrams/class/svgDraw.d.ts
generated
vendored
Normal file
25
node_modules/mermaid/dist/diagrams/class/svgDraw.d.ts
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
export function drawEdge(elem: any, path: any, relation: any, conf: any, diagObj: any): void;
|
||||
export function drawClass(elem: SVGSVGElement, classDef: any, conf: any, diagObj: any): {
|
||||
id: any;
|
||||
label: any;
|
||||
width: number;
|
||||
height: number;
|
||||
};
|
||||
export function getClassTitleString(classDef: any): any;
|
||||
export function drawNote(elem: SVGSVGElement, note: {
|
||||
id: string;
|
||||
text: string;
|
||||
class: string;
|
||||
}, conf: any, _diagObj: any): {
|
||||
id: string;
|
||||
text: string;
|
||||
width: number;
|
||||
height: number;
|
||||
};
|
||||
declare namespace _default {
|
||||
export { getClassTitleString };
|
||||
export { drawClass };
|
||||
export { drawEdge };
|
||||
export { drawNote };
|
||||
}
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user