Refactor #3832 Refactor #3833 - For PanelMenu

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-05 15:14:26 +03:00
parent be0787dc79
commit c3487fe3e8
6 changed files with 42 additions and 15 deletions

View file

@ -80,6 +80,15 @@ export interface PanelMenuSlots {
*/
item: MenuItem;
}): VNode[];
/**
* Custom submenu icon template.
*/
submenuicon(scope: {
/**
* Whether item is active
*/
active: boolean;
}): VNode[];
}
/**