Refactor #3797 - AccordionTab.d.ts fixes
parent
463a07a39e
commit
ccf41aed48
|
@ -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;
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue