This commit is contained in:
tugcekucukoglu 2023-11-09 11:42:17 +03:00
parent 90988660a6
commit 01ee5bb736
3 changed files with 3 additions and 3 deletions

View file

@ -303,7 +303,7 @@ export interface PanelMenuSlots {
/**
* Current active state of the menuitem
*/
isActive: boolean;
active: boolean;
/**
* Label property of the menuitem
*/