mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4351
This commit is contained in:
parent
02ee862821
commit
832d7e3dda
15 changed files with 90 additions and 7 deletions
12
components/lib/panelmenu/PanelMenu.d.ts
vendored
12
components/lib/panelmenu/PanelMenu.d.ts
vendored
|
@ -238,6 +238,18 @@ export interface PanelMenuSlots {
|
|||
* Menuitem instance
|
||||
*/
|
||||
item: MenuItem;
|
||||
/**
|
||||
* Label property of the menuitem
|
||||
*/
|
||||
label: string | ((...args: any) => string) | undefined;
|
||||
/**
|
||||
* Binding properties of the menuitem
|
||||
*/
|
||||
props: (...args: any) => string;
|
||||
/**
|
||||
* Whether or not there is a submenu
|
||||
*/
|
||||
hasSubmenu: boolean;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom submenu icon template.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue