mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Menu item icon slot added
This commit is contained in:
parent
66d93651b9
commit
a75e7c6bc8
3 changed files with 19 additions and 1 deletions
10
components/lib/splitbutton/SplitButton.d.ts
vendored
10
components/lib/splitbutton/SplitButton.d.ts
vendored
|
@ -205,6 +205,16 @@ export interface SplitButtonSlots {
|
|||
*/
|
||||
class: string;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom menu item icon template.
|
||||
* @param {Object} scope - menubuttonicon slot's params.
|
||||
*/
|
||||
menuitemicon(scope: {
|
||||
/**
|
||||
* Menuitem instance
|
||||
*/
|
||||
item: MenuItem;
|
||||
}): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue