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 Aug 11, 2024
1 parent e1a2755 commit 0d55658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -5946,7 +5946,7 @@
{
"name": "getInput",
"parameters": [],
"returnType": "ForwardRefExoticComponent<InputTextProps & RefAttributes<HTMLInputElement>>",
"returnType": "HTMLInputElement",
"description": "Used to get input element."
},
{
Expand Down Expand Up @@ -50539,7 +50539,7 @@
"name": "content",
"optional": true,
"readonly": false,
"type": "ReactNode",
"type": "ReactNode | Function",
"description": "Custom content of the message. If enabled, summary and details properties are ignored."
},
{
Expand Down

0 comments on commit 0d55658

Please sign in to comment.