UNPKG

@fesjs/fes-design

Version:
37 lines (34 loc) 578 B
const avatarProps = { // 自定义背景色 backgroundColor: { type: String }, // 自定义文字颜色 color: { type: String }, size: { type: [String, Number], default: 'middle' }, // 默认圆形 shape: { type: String, default: 'circle' }, // 头像图片链接 src: { type: String }, // 头像加载失败的图片地址 fallbackSrc: { type: String }, // 设置图片如何适应容器 fit: { type: String, default: 'fill' } }; // 组件暴露给外部的 props 类型 export { avatarProps };