UNPKG

vite-plugin-svg-sprite

Version:
9 lines (8 loc) 215 B
export declare function svgToSymbol(xml: string, id: string): { symbolXml: string; attributes: { width: string | null; height: string | null; viewBox: string | null; }; } | null;