UNPKG

tdesign-vue

Version:
33 lines (30 loc) 530 B
/** * tdesign v1.14.1 * (c) 2025 tdesign * @license MIT */ 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": "medium" } }; export { props as default }; //# sourceMappingURL=avatar-group-props.js.map