CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
selectSvgElement.d.ts9 linesDownload Raw Back to rendering-util
1import type { SVG } from '../diagram-api/types.js';2/**3 * Selects the SVG element using {@link id}.4 *5 * @param id - The diagram ID.6 * @returns The selected {@link SVG} element using {@link id}.7 */8export declare const selectSvgElement: (id: string) => SVG;9 
basant307/AI_Governance_Project · CoolFace