mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
be0787dc79
commit
c3487fe3e8
6 changed files with 42 additions and 15 deletions
9
components/lib/panelmenu/PanelMenu.d.ts
vendored
9
components/lib/panelmenu/PanelMenu.d.ts
vendored
|
@ -80,6 +80,15 @@ export interface PanelMenuSlots {
|
|||
*/
|
||||
item: MenuItem;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom submenu icon template.
|
||||
*/
|
||||
submenuicon(scope: {
|
||||
/**
|
||||
* Whether item is active
|
||||
*/
|
||||
active: boolean;
|
||||
}): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue