unplugin-icons
Version:
Access thousands of icons as components on-demand universally
13 lines (10 loc) • 397 B
TypeScript
declare module 'virtual:icons/*' {
import type { ForwardRefExoticComponent, SVGProps } from 'react'
const component: ForwardRefExoticComponent<SVGProps<SVGSVGElement>>
export default component
}
declare module '~icons/*' {
import type { ForwardRefExoticComponent, SVGProps } from 'react'
const component: ForwardRefExoticComponent<SVGProps<SVGSVGElement>>
export default component
}