Update API doc

pull/3938/head
GitHub Actions Bot 2023-05-09 08:57:51 +00:00
parent f624aa2b9f
commit f74d88c008
1 changed files with 16 additions and 16 deletions

View File

@ -35302,22 +35302,6 @@
"default": "",
"description": "Uses to pass attributes to the root's DOM element."
},
{
"name": "inputAria",
"optional": true,
"readonly": false,
"type": "ToggleButtonPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the input aria's DOM element."
},
{
"name": "input",
"optional": true,
"readonly": false,
"type": "ToggleButtonPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the input's DOM element."
},
{
"name": "icon",
"optional": true,
@ -35333,6 +35317,22 @@
"type": "ToggleButtonPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the label's DOM element."
},
{
"name": "hiddenInputWrapper",
"optional": true,
"readonly": false,
"type": "ToggleButtonPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenInput",
"optional": true,
"readonly": false,
"type": "ToggleButtonPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the hidden input's DOM element."
}
],
"methods": []