UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

33 lines (30 loc) 561 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ /* unplugin-vue-components disabled */var props = { cascading: { type: String, "default": "right-up", validator: function validator(val) { if (!val) return true; return ["left-up", "right-up"].includes(val); } }, collapseAvatar: { type: [String, Function] }, max: { type: Number }, popupProps: { type: Object }, size: { type: String, "default": "" } }; export { props as default }; //# sourceMappingURL=avatar-group-props.js.map