blowfish/assets/lib/mermaid/diagrams/error/errorRenderer.d.ts

13 lines
418 B
TypeScript
Raw Normal View History

2024-03-07 14:14:09 -06:00
/**
* Draws an info picture in the tag with id: id based on the graph definition in text.
*
* @param _text - Mermaid graph definition.
* @param id - The text for the error
* @param version - The version
*/
export declare const draw: (_text: string, id: string, version: string) => void;
export declare const renderer: {
draw: (_text: string, id: string, version: string) => void;
};
export default renderer;