This commit is contained in:
Tuğçe Küçükoğlu 2023-08-30 16:28:00 +03:00
parent 02ee862821
commit 832d7e3dda
15 changed files with 90 additions and 7 deletions

View file

@ -218,6 +218,14 @@ export interface MenuSlots {
* Menuitem instance
*/
item: MenuItem;
/**
* Label property of the menuitem
*/
label: string | ((...args: any) => string) | undefined;
/**
* Binding properties of the menuitem
*/
props: (...args: any) => string;
}): VNode[];
/**
* Custom item icon template.