From 16ff71e722e8efb48cd552d121f727da17572b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 12 Apr 2023 09:45:28 +0300 Subject: [PATCH] Update TabPanel.d.ts --- components/lib/tabpanel/TabPanel.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/lib/tabpanel/TabPanel.d.ts b/components/lib/tabpanel/TabPanel.d.ts index 408cb7e1a..974e3260a 100755 --- a/components/lib/tabpanel/TabPanel.d.ts +++ b/components/lib/tabpanel/TabPanel.d.ts @@ -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; /**