UNPKG

vite-plugin-svg-sprite

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