UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

7 lines (6 loc) 126 B
export interface IIconProps { name: string; type: IGlobal.IconType; color?: string; size?: string | number; }