mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4760 - TieredMenu: New start and end templating
This commit is contained in:
parent
316423456a
commit
0b17131c02
3 changed files with 17 additions and 1 deletions
8
components/lib/tieredmenu/TieredMenu.d.ts
vendored
8
components/lib/tieredmenu/TieredMenu.d.ts
vendored
|
@ -322,6 +322,14 @@ export interface TieredMenuSlots {
|
|||
*/
|
||||
class: any;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom start template.
|
||||
*/
|
||||
start(): VNode[];
|
||||
/**
|
||||
* Custom end template.
|
||||
*/
|
||||
end(): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue