Files
infocom-systems-design/node_modules/mermaid/dist/dagre-wrapper/createLabel.d.ts
2025-10-03 22:27:28 +03:00

10 lines
290 B
TypeScript

export default createLabel;
/**
* @param _vertexText
* @param style
* @param isTitle
* @param isNode
* @deprecated svg-util/createText instead
*/
declare function createLabel(_vertexText: any, style: any, isTitle: any, isNode: any): Promise<SVGTextElement | SVGForeignObjectElement>;