This commit is contained in:
parent
4b35583782
commit
e77051ccc4
1987 changed files with 1147290 additions and 5648 deletions
13
themes/blowfish/assets/lib/mermaid/diagrams/flowchart/flowRenderer.d.ts
vendored
Normal file
13
themes/blowfish/assets/lib/mermaid/diagrams/flowchart/flowRenderer.d.ts
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
export function setConf(cnf: any): void;
|
||||
export function addVertices(vert: any, g: any, svgId: any, root: any, _doc: any, diagObj: any): Promise<void>;
|
||||
export function addEdges(edges: object, g: object, diagObj: any): Promise<void>;
|
||||
export function getClasses(text: any, diagObj: any): Record<string, import('../../diagram-api/types.js').DiagramStyleClassDef>;
|
||||
export function draw(text: any, id: any, _version: any, diagObj: any): Promise<void>;
|
||||
declare namespace _default {
|
||||
export { setConf };
|
||||
export { addVertices };
|
||||
export { addEdges };
|
||||
export { getClasses };
|
||||
export { draw };
|
||||
}
|
||||
export default _default;
|
Loading…
Add table
Add a link
Reference in a new issue