primevue-mirror/api-generator/components/avatargroup.js

8 lines
204 B
JavaScript
Raw Normal View History

module.exports = {
avatargroup: {
2022-09-14 14:26:41 +00:00
name: 'AvatarGroup',
'doc-url': 'avatar',
description: 'A set of Avatars can be displayed together using the AvatarGroup component.'
}
};