Refactor #4739 - For TabMenu

This commit is contained in:
tugcekucukoglu 2023-11-08 15:49:46 +03:00
parent c1c866b23b
commit ed4b74c0a7
4 changed files with 7 additions and 56 deletions

View file

@ -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;