UNPKG

@fesjs/fes-design

Version:
32 lines (29 loc) 563 B
// 头像组 const avatarGroupProps = { // 统一展示的头像大小 size: { type: [String, Number], default: 'middle' }, // 默认圆形 shape: { type: String, // 引用头像组件的类型,保持一致 default: 'circle' }, // 组内展示头像的最大数,超过展示+xxx max: { type: Number, default: 3 }, options: { type: Array }, // 是否展示hover气泡 expandOnHover: { type: Boolean, default: false } }; // 组件暴露给外部的 props 类型 export { avatarGroupProps };