UNPKG

vite-plugin-svg-sprite

Version:
10 lines (9 loc) 177 B
declare module '*.svg' { const symbolId: string; export default symbolId; export const attributes: { width?: string; height?: string; viewBox?: string; }; }