Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Dec 31, 2023
1 parent 78a494c commit d935de0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -25247,6 +25247,27 @@
],
"callbacks": []
},
"FileUploadProgressBarTemplateOptions": {
"description": "Custom file upload progressbar template options",
"relatedProp": "",
"props": [
{
"name": "progress",
"optional": false,
"readonly": false,
"type": "number",
"description": "Current progress state as a number."
},
{
"name": "props",
"optional": false,
"readonly": false,
"type": "FileUploadProps",
"description": "The props passed to the component."
}
],
"callbacks": []
},
"ItemTemplateOptions": {
"description": "Custom item template options",
"relatedProp": "",
Expand Down

0 comments on commit d935de0

Please sign in to comment.