UNPKG

@vuesax-alpha/nightly

Version:
19 lines (14 loc) 389 B
'use strict'; 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