Refactor #4739 - For PanelMenu

This commit is contained in:
tugcekucukoglu 2023-11-08 15:49:16 +03:00
parent f00540f4ab
commit c1c866b23b
6 changed files with 5 additions and 56 deletions

View file

@ -258,6 +258,7 @@ export interface PanelMenuProps {
expandedKeys?: PanelMenuExpandedKeys;
/**
* 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;