@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
19 lines (14 loc) • 389 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
require('../../../utils/index.js');
var runtime = require('../../../utils/vue/props/runtime.js');
const avatarGroupProps = runtime.buildProps({
float: {
type: Boolean
},
max: {
type: [String, Number]
}
});
exports.avatarGroupProps = avatarGroupProps;
//# sourceMappingURL=avatar-group.js.map