UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

7 lines (6 loc) 131 B
export interface IAwesomeIconProps { name: string; mode?: 'css' | 'svg'; size?: number | string; color?: string; }