Refactor #3832 Refactor #3833 - For TieredMenu

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-05 14:57:18 +03:00
parent 27c4bbec31
commit 058fa9673b
4 changed files with 24 additions and 5 deletions

View file

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