Files
Camilou.fr/VUEJS/myapp/node_modules/@iconify/utils/lib/svg/id.d.ts
T
Camilla Schoeser 6a71f91e2f ajout du site
2026-05-29 21:38:59 +02:00

9 lines
205 B
TypeScript

/**
* Replace IDs in SVG output with unique IDs
*/
declare function replaceIDs(body: string): string;
/**
* Clear ID cache
*/
declare function clearIDCache(): void;
export { clearIDCache, replaceIDs };