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