Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Jan 31, 2025
1 parent c6eb5e2 commit 83870fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/generated/avatar-image.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The image to be displayed in the avatar.\nRenders an `<img>` element.",
"props": {
"onLoadingStatusChange": {
"type": "function",
"type": "(status) => void",
"description": "Callback fired when the loading status changes."
},
"className": {
Expand Down
8 changes: 8 additions & 0 deletions docs/reference/overrides/avatar-image.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "AvatarImage",
"props": {
"onLoadingStatusChange": {
"type": "(status) => void"
}
}
}

0 comments on commit 83870fe

Please sign in to comment.