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

5 lines
139 B
TypeScript

/**
* Prettify SVG
*/
declare function prettifySVG(content: string, tab?: string, depth?: number): string | null;
export { prettifySVG };