mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
27c4bbec31
commit
058fa9673b
4 changed files with 24 additions and 5 deletions
9
components/lib/tieredmenu/TieredMenu.d.ts
vendored
9
components/lib/tieredmenu/TieredMenu.d.ts
vendored
|
@ -77,6 +77,15 @@ export interface TieredMenuSlots {
|
|||
*/
|
||||
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