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 Apr 9, 2024
1 parent 4d23898 commit 762f720
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -31239,9 +31239,9 @@
"name": "value",
"optional": true,
"readonly": false,
"type": "string | number",
"default": "false",
"description": "Specifies whether a inputotp should be checked or not."
"type": "null | string | number",
"default": "null",
"description": "Specifies the value of the component."
},
{
"name": "variant",
Expand Down Expand Up @@ -31317,7 +31317,7 @@
"values": {
"InputOtpChangeEvent": {
"description": "Custom change event",
"relatedProp": "InputNumberProps.onChange",
"relatedProp": "onChange",
"props": [
{
"name": "originalEvent",
Expand All @@ -31328,9 +31328,9 @@
},
{
"name": "value",
"optional": false,
"optional": true,
"readonly": false,
"type": "null | number",
"type": "null | string | number",
"description": "New value"
}
]
Expand Down

0 comments on commit 762f720

Please sign in to comment.