UNPKG

vite-plugin-svg-sprite

Version:
12 lines (10 loc) 245 B
declare module '*.svg' { import { Component } from 'vue'; const component: Component<SVGAttributes<SVGElement>>; export default component; export const attributes: { width?: string; height?: string; viewBox?: string; }; }