Update API doc
parent
dfb49328f9
commit
df8ad26380
|
@ -4608,7 +4608,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"avatargroup": {
|
"avatargroup": {
|
||||||
"description": "AvatarGroup is a helper component for Avatar.\n\n[Live Demo](https://www.primevue.org/accordion/)",
|
"description": "A set of Avatars can be displayed together using the AvatarGroup component.\n\n[Live Demo](https://www.primevue.org/accordion/)",
|
||||||
"components": {
|
"components": {
|
||||||
"default": {
|
"default": {
|
||||||
"description": "A set of Avatars can be displayed together using the AvatarGroup component.",
|
"description": "A set of Avatars can be displayed together using the AvatarGroup component.",
|
||||||
|
@ -4695,7 +4695,14 @@
|
||||||
"description": "Defines valid slots in AvatarGroup component.",
|
"description": "Defines valid slots in AvatarGroup component.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
"props": [],
|
"props": [],
|
||||||
"methods": []
|
"methods": [
|
||||||
|
{
|
||||||
|
"name": "default",
|
||||||
|
"parameters": [],
|
||||||
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
|
"description": "Default slot to detect Avatar components."
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"AvatarGroupEmits": {
|
"AvatarGroupEmits": {
|
||||||
"description": "Defines valid emits in AvatarGroup component.",
|
"description": "Defines valid emits in AvatarGroup component.",
|
||||||
|
|
Loading…
Reference in New Issue