astro-ghostcms/.pnpm-store/v3/files/fb/59969b965573ee41c12b637f453...

7 lines
141 B
Plaintext

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