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 27, 2024
1 parent 0587fda commit 96817d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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": "HTMLInputElement",
"returnType": "ForwardRefExoticComponent<InputTextProps & RefAttributes<HTMLInputElement>>",
"description": "Used to get input element."
},
{
Expand Down Expand Up @@ -7120,7 +7120,7 @@
"name": "input",
"optional": true,
"readonly": false,
"type": "CalendarPassThroughType<HTMLAttributes<HTMLInputElement>>",
"type": "InputTextPassThroughOptions",
"description": "Uses to pass attributes to the InputText component."
},
{
Expand Down Expand Up @@ -9145,7 +9145,7 @@
{
"name": "getInput",
"parameters": [],
"returnType": "HTMLInputElement",
"returnType": "ForwardRefExoticComponent<InputTextProps & RefAttributes<HTMLInputElement>>",
"description": "Used to get input element."
},
{
Expand Down Expand Up @@ -9845,7 +9845,7 @@
"name": "input",
"optional": true,
"readonly": false,
"type": "CascadeSelectPassThroughType<HTMLAttributes<HTMLInputElement>>",
"type": "InputTextPassThroughOptions",
"description": "Uses to pass attributes to the input's DOM element."
},
{
Expand Down Expand Up @@ -31602,7 +31602,7 @@
"name": "input",
"optional": true,
"readonly": false,
"type": "InputOtpPassThroughType<HTMLAttributes<HTMLInputElement>>",
"type": "InputTextPassThroughOptions",
"description": "Uses to pass attributes to the Tooltip component."
},
{
Expand Down

0 comments on commit 96817d5

Please sign in to comment.