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 Jun 26, 2023
1 parent 9c49507 commit 48c6d17
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 @@ -8862,7 +8862,7 @@
"name": "value",
"optional": true,
"readonly": false,
"type": "any[]",
"type": "string[]",
"default": "",
"description": "Value of the component."
},
Expand Down Expand Up @@ -9096,7 +9096,7 @@
"name": "value",
"optional": false,
"readonly": false,
"type": "any",
"type": "string",
"description": "Removed item value"
}
]
Expand All @@ -9115,7 +9115,7 @@
"name": "value",
"optional": false,
"readonly": false,
"type": "Nullable<any[]>"
"type": "Nullable<string[]>"
},
{
"name": "checked",
Expand All @@ -9127,7 +9127,7 @@
"name": "target",
"optional": false,
"readonly": false,
"type": "FormTarget<any[]>"
"type": "FormTarget<string[]>"
}
]
}
Expand Down Expand Up @@ -9247,7 +9247,7 @@
"name": "value",
"optional": false,
"readonly": false,
"type": "any",
"type": "string",
"description": "Added item value"
}
],
Expand Down

0 comments on commit 48c6d17

Please sign in to comment.