Update API doc

pull/3946/head
GitHub Actions Bot 2023-05-10 08:26:52 +00:00
parent 3c2e8c005c
commit 5a45168b8e
1 changed files with 4 additions and 4 deletions

View File

@ -7851,20 +7851,20 @@
"description": "Uses to pass attributes to the icon's DOM element." "description": "Uses to pass attributes to the icon's DOM element."
}, },
{ {
"name": "hiddenAccessible", "name": "hiddenInputWrapper",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "CheckboxPassThroughOptionType", "type": "CheckboxPassThroughOptionType",
"default": "", "default": "",
"description": "Uses to pass attributes to the hidden accessible DOM element." "description": "Uses to pass attributes to the hidden input wrapper's DOM element."
}, },
{ {
"name": "inputAria", "name": "hiddenInput",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "CheckboxPassThroughOptionType", "type": "CheckboxPassThroughOptionType",
"default": "", "default": "",
"description": "Uses to pass attributes to the input aria's DOM element." "description": "Uses to pass attributes to the hidden input's DOM element."
} }
], ],
"methods": [] "methods": []