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 Jul 25, 2024
1 parent 43cd6cc commit c7ed9a6
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 @@ -3574,7 +3574,7 @@
{
"name": "getInput",
"parameters": [],
"returnType": "HTMLInputElement",
"returnType": "ForwardRefExoticComponent<InputTextProps & RefAttributes<HTMLInputElement>>",
"description": "Used to get input element."
},
{
Expand Down Expand Up @@ -4437,7 +4437,7 @@
"name": "input",
"optional": true,
"readonly": false,
"type": "AutoCompletePassThroughType<HTMLAttributes<HTMLInputElement>>",
"type": "InputTextPassThroughOptions",
"description": "Uses to pass attributes to the input's DOM element."
},
{
Expand Down

0 comments on commit c7ed9a6

Please sign in to comment.