Update API doc

pull/3997/head
GitHub Actions Bot 2023-05-23 21:11:16 +00:00
parent cfc8674761
commit 78552d81cf
1 changed files with 30 additions and 0 deletions

View File

@ -120,6 +120,14 @@
"type": "AccordionPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the root's DOM element."
},
{
"name": "tab",
"optional": true,
"readonly": false,
"type": "AccordionTabPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to AccordionTab helper components."
}
],
"methods": []
@ -348,6 +356,13 @@
"readonly": false,
"type": "AccordionPassThroughOptions",
"default": ""
},
{
"name": "context",
"optional": false,
"readonly": false,
"type": "AccordionTabContext",
"default": ""
}
],
"methods": []
@ -518,6 +533,21 @@
],
"methods": []
},
"AccordionTabContext": {
"description": "Defines current options in AccordionTab component.",
"relatedProp": "",
"props": [
{
"name": "index",
"optional": false,
"readonly": false,
"type": "number",
"default": "",
"description": "Current index of the tab."
}
],
"methods": []
},
"AccordionTabSlots": {
"description": "Defines valid slots in AcordionTab slots.",
"relatedProp": "",