Skip to content

Commit b26f1b1

Browse files
committed
Update documentation
1 parent dcbd355 commit b26f1b1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

components/component-docs.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5031,10 +5031,18 @@
50315031
},
50325032
"avatar": {
50335033
"type": {
5034-
"name": "string"
5034+
"name": "union",
5035+
"value": [
5036+
{
5037+
"name": "string"
5038+
},
5039+
{
5040+
"name": "node"
5041+
}
5042+
]
50355043
},
50365044
"required": false,
5037-
"description": "An image URL to display for the user profile."
5045+
"description": "An image URL or avatar node to display for the user profile."
50385046
},
50395047
"buttonClassName": {
50405048
"type": {

0 commit comments

Comments
 (0)