Update TabPanel.d.ts
parent
cb002f9be8
commit
16ff71e722
|
@ -62,12 +62,10 @@ export interface TabPanelProps {
|
||||||
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;
|
||||||
/**
|
/**
|
||||||
|
@ -87,12 +85,10 @@ export interface TabPanelProps {
|
||||||
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;
|
||||||
/**
|
/**
|
||||||
* Uses to pass all properties of the HTMLDivElement to the tab content.
|
* Uses to pass all properties of the HTMLDivElement to the tab content.
|
||||||
* @deprecated since v3.26.0. Use 'pt' property instead.
|
|
||||||
*/
|
*/
|
||||||
contentProps?: HTMLAttributes | undefined;
|
contentProps?: HTMLAttributes | undefined;
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue