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 10, 2024
1 parent ecd4e96 commit 64a6efb
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 @@ -9145,7 +9145,7 @@
{
"name": "getInput",
"parameters": [],
"returnType": "ForwardRefExoticComponent<InputTextProps & RefAttributes<HTMLInputElement>>",
"returnType": "HTMLInputElement",
"description": "Used to get input element."
},
{
Expand Down Expand Up @@ -9845,7 +9845,7 @@
"name": "input",
"optional": true,
"readonly": false,
"type": "InputTextPassThroughOptions",
"type": "CascadeSelectPassThroughType<HTMLAttributes<HTMLInputElement>>",
"description": "Uses to pass attributes to the input's DOM element."
},
{
Expand Down

0 comments on commit 64a6efb

Please sign in to comment.