mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
TabPanel d.ts fixes
This commit is contained in:
parent
594caf0602
commit
0357f6b995
2 changed files with 4 additions and 4 deletions
2
components/lib/tabpanel/TabPanel.d.ts
vendored
2
components/lib/tabpanel/TabPanel.d.ts
vendored
|
@ -80,7 +80,6 @@ export interface TabPanelProps {
|
|||
headerActionProps?: AnchorHTMLAttributes | undefined;
|
||||
/**
|
||||
* Inline style of the tab content.
|
||||
* @deprecated since v3.26.0. Use 'pt' property instead.
|
||||
*/
|
||||
contentStyle?: any;
|
||||
/**
|
||||
|
@ -89,6 +88,7 @@ export interface TabPanelProps {
|
|||
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