mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 23:15:46 -06:00
10 lines
281 B
TypeScript
10 lines
281 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): SVGTextElement | SVGForeignObjectElement;
|