blowfish/assets/lib/mermaid/dagre-wrapper/createLabel.d.ts

3 lines
157 B
TypeScript
Raw Normal View History

2023-03-02 22:28:51 +00:00
export default createLabel;
declare function createLabel(_vertexText: any, style: any, isTitle: any, isNode: any): SVGForeignObjectElement | SVGTextElement;