Update API doc

pull/5513/head
GitHub Actions Bot 2024-03-29 05:34:03 +00:00
parent fce857ae8c
commit d5c901ab0f
1 changed files with 16 additions and 0 deletions

View File

@ -23775,6 +23775,22 @@
"description": "Defines current options in Dropdown component.",
"relatedProp": "",
"props": [
{
"name": "option",
"optional": false,
"readonly": false,
"type": "any",
"default": "",
"description": "Current item option."
},
{
"name": "index",
"optional": false,
"readonly": false,
"type": "number",
"default": "",
"description": "Current item index."
},
{
"name": "selected",
"optional": false,