mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Update TabPanel.d.ts
This commit is contained in:
parent
cb002f9be8
commit
16ff71e722
1 changed files with 0 additions and 4 deletions
4
components/lib/tabpanel/TabPanel.d.ts
vendored
4
components/lib/tabpanel/TabPanel.d.ts
vendored
|
@ -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;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue