cerebrate/webroot/js/node_modules/mermaid/dist/rendering-util/selectSvgElement.d.ts

9 lines
262 B
TypeScript
Raw Normal View History

2023-10-05 11:00:51 +02:00
import type { SVG } from '../diagram-api/types.js';
/**
* Selects the SVG element using {@link id}.
*
* @param id - The diagram ID.
* @returns The selected {@link SVG} element using {@link id}.
*/
export declare const selectSvgElement: (id: string) => SVG;