add hw2
This commit is contained in:
11
node_modules/@mermaid-js/mermaid-zenuml/dist/zenumlRenderer.d.ts
generated
vendored
Normal file
11
node_modules/@mermaid-js/mermaid-zenuml/dist/zenumlRenderer.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Draws a Zen UML in the tag with id: id based on the graph definition in text.
|
||||
*
|
||||
* @param text - The text of the diagram
|
||||
* @param id - The id of the diagram which will be used as a DOM element id¨
|
||||
*/
|
||||
export declare const draw: (text: string, id: string) => Promise<void>;
|
||||
declare const _default: {
|
||||
draw: (text: string, id: string) => Promise<void>;
|
||||
};
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user