mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Refactor #4739 - For TabMenu
This commit is contained in:
parent
c1c866b23b
commit
ed4b74c0a7
4 changed files with 7 additions and 56 deletions
1
components/lib/tabmenu/TabMenu.d.ts
vendored
1
components/lib/tabmenu/TabMenu.d.ts
vendored
|
@ -156,6 +156,7 @@ export interface TabMenuProps {
|
|||
model?: MenuItem[] | undefined;
|
||||
/**
|
||||
* Defines if active route highlight should match the exact route path.
|
||||
* @deprecated since v3.40.0.
|
||||
* @defaultValue true
|
||||
*/
|
||||
exact?: boolean | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue