Update API doc

pull/4148/head
GitHub Actions Bot 2023-07-14 09:05:17 +00:00
parent f6743c521f
commit cdf9fb547c
1 changed files with 18 additions and 0 deletions

View File

@ -134,6 +134,15 @@
"readonly": false, "readonly": false,
"type": "AccordionTabPassThroughOptionType", "type": "AccordionTabPassThroughOptionType",
"default": "", "default": "",
"description": "Uses to pass attributes to AccordionTab helper components.",
"deprecated": "since v3.30.1. Use 'accordiontab' property instead."
},
{
"name": "accordiontab",
"optional": true,
"readonly": false,
"type": "AccordionTabPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to AccordionTab helper components." "description": "Uses to pass attributes to AccordionTab helper components."
}, },
{ {
@ -38884,6 +38893,15 @@
"readonly": false, "readonly": false,
"type": "TabPanelPassThroughOptionType", "type": "TabPanelPassThroughOptionType",
"default": "", "default": "",
"description": "Uses to pass attributes to TabPanel helper components.",
"deprecated": "since v3.30.1. Use 'tabpanel' property instead."
},
{
"name": "tabpanel",
"optional": true,
"readonly": false,
"type": "TabPanelPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to TabPanel helper components." "description": "Uses to pass attributes to TabPanel helper components."
}, },
{ {