summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/rendering-util/selectSvgElement.d.ts
blob: c32ece10a98cc0dde90e99bdc5d34cb7e83cef4a (plain)
1
2
3
4
5
6
7
8
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;