mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
7 lines
204 B
JavaScript
7 lines
204 B
JavaScript
module.exports = {
|
|
avatargroup: {
|
|
name: 'AvatarGroup',
|
|
'doc-url': 'avatar',
|
|
description: 'A set of Avatars can be displayed together using the AvatarGroup component.'
|
|
}
|
|
};
|