Update TabPanel.d.ts

pull/3857/head
Tuğçe Küçükoğlu 2023-04-12 09:45:28 +03:00
parent cb002f9be8
commit 16ff71e722
1 changed files with 0 additions and 4 deletions

View File

@ -62,12 +62,10 @@ export interface TabPanelProps {
header?: string | undefined;
/**
* Inline style of the tab header.
* @deprecated since v3.26.0. Use 'pt' property instead.
*/
headerStyle?: any;
/**
* Style class of the tab header.
* @deprecated since v3.26.0. Use 'pt' property instead.
*/
headerClass?: any;
/**
@ -87,12 +85,10 @@ export interface TabPanelProps {
contentStyle?: any;
/**
* Style class of the tab content.
* @deprecated since v3.26.0. Use 'pt' property instead.
*/
contentClass?: any;
/**
* Uses to pass all properties of the HTMLDivElement to the tab content.
* @deprecated since v3.26.0. Use 'pt' property instead.
*/
contentProps?: HTMLAttributes | undefined;
/**