Refactor #4739 - For TieredMenu

This commit is contained in:
tugcekucukoglu 2023-11-08 15:50:00 +03:00
parent ed4b74c0a7
commit 8a78d275f4
5 changed files with 3 additions and 33 deletions

View file

@ -235,6 +235,7 @@ export interface TieredMenuProps {
baseZIndex?: number | undefined;
/**
* Whether to apply 'router-link-active-exact' class if route exactly matches the item path.
* @deprecated since v3.40.0.
* @defaultValue true
*/
exact?: boolean | undefined;