Refactor #4739 - For ContextMenu

This commit is contained in:
tugcekucukoglu 2023-11-08 15:48:09 +03:00
parent ad9b437003
commit 661048609e
5 changed files with 3 additions and 33 deletions

View file

@ -241,6 +241,7 @@ export interface ContextMenuProps {
global?: boolean | 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;