blowfish/node_modules/mermaid/dist/dagre-wrapper/createLabel.d.ts

3 lines
157 B
TypeScript
Raw Normal View History

2023-01-29 16:30:24 -06:00
export default createLabel;
declare function createLabel(_vertexText: any, style: any, isTitle: any, isNode: any): SVGTextElement | SVGForeignObjectElement;