Refactor #3797 - AccordionTab.d.ts fixes

pull/3841/head
Tuğçe Küçükoğlu 2023-03-24 16:18:13 +03:00
parent 463a07a39e
commit ccf41aed48
1 changed files with 0 additions and 4 deletions

View File

@ -73,12 +73,10 @@ export interface AccordionTabProps {
header?: string | undefined; header?: string | undefined;
/** /**
* Inline style of the tab header. * Inline style of the tab header.
* @deprecated since v3.26.0. Use 'pt' property instead.
*/ */
headerStyle?: any; headerStyle?: any;
/** /**
* Style class of the tab header. * Style class of the tab header.
* @deprecated since v3.26.0. Use 'pt' property instead.
*/ */
headerClass?: any; headerClass?: any;
/** /**
@ -93,12 +91,10 @@ export interface AccordionTabProps {
headerActionProps?: AnchorHTMLAttributes | undefined; headerActionProps?: AnchorHTMLAttributes | undefined;
/** /**
* Inline style of the tab content. * Inline style of the tab content.
* @deprecated since v3.26.0. Use 'pt' property instead.
*/ */
contentStyle?: any; contentStyle?: any;
/** /**
* Style class of the tab content. * Style class of the tab content.
* @deprecated since v3.26.0. Use 'pt' property instead.
*/ */
contentClass?: any; contentClass?: any;
/** /**