Update API doc
parent
16ff71e722
commit
594caf0602
|
@ -22596,8 +22596,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Inline style of the tab header.",
|
"description": "Inline style of the tab header."
|
||||||
"deprecated": "since v3.26.0. Use 'pt' property instead."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "headerClass",
|
"name": "headerClass",
|
||||||
|
@ -22605,8 +22604,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Style class of the tab header.",
|
"description": "Style class of the tab header."
|
||||||
"deprecated": "since v3.26.0. Use 'pt' property instead."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "headerProps",
|
"name": "headerProps",
|
||||||
|
@ -22641,8 +22639,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Style class of the tab content.",
|
"description": "Style class of the tab content."
|
||||||
"deprecated": "since v3.26.0. Use 'pt' property instead."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "contentProps",
|
"name": "contentProps",
|
||||||
|
@ -22650,8 +22647,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "HTMLAttributes",
|
"type": "HTMLAttributes",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass all properties of the HTMLDivElement to the tab content.",
|
"description": "Uses to pass all properties of the HTMLDivElement to the tab content."
|
||||||
"deprecated": "since v3.26.0. Use 'pt' property instead."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "disabled",
|
"name": "disabled",
|
||||||
|
|
Loading…
Reference in New Issue