mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update #3965 - For TabMenu
This commit is contained in:
parent
751295c755
commit
9d63038e29
3 changed files with 144 additions and 107 deletions
5
components/lib/tabmenu/TabMenu.d.ts
vendored
5
components/lib/tabmenu/TabMenu.d.ts
vendored
|
@ -131,6 +131,11 @@ export interface TabMenuProps {
|
|||
* @type {TabMenuPassThroughOptions}
|
||||
*/
|
||||
pt?: TabMenuPassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue