astro-ghostcms/.pnpm-store/v3/files/0e/26d76f0e7100bb0c0e8c05e6ded...

7 lines
137 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* Generate <svg>
*/
declare function iconToHTML(body: string, attributes: Record<string, string>): string;
export { iconToHTML };