UNPKG

element3

Version:

A Component Library for Vue3

9 lines (7 loc) 180 B
import { ElementUIComponent } from './component' export const ElIcon: IIcon /** Icon Component */ interface IIcon extends ElementUIComponent { /** Icon name */ name: string }