UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

7 lines (6 loc) 167 B
import type * as Icons from '@element-plus/icons-vue'; export interface IElIconProps { name: keyof typeof Icons; color?: string; size?: string | number; }