mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #4274
This commit is contained in:
parent
24c28130c9
commit
289ee220ed
32 changed files with 189 additions and 98 deletions
2
components/lib/splitbutton/SplitButton.d.ts
vendored
2
components/lib/splitbutton/SplitButton.d.ts
vendored
|
@ -187,6 +187,7 @@ export interface SplitButtonSlots {
|
|||
default(): VNode[];
|
||||
/**
|
||||
* Custom menu button icon template.
|
||||
* @param {Object} scope - icon slot's params.
|
||||
*/
|
||||
icon(scope: {
|
||||
/**
|
||||
|
@ -196,6 +197,7 @@ export interface SplitButtonSlots {
|
|||
}): VNode[];
|
||||
/**
|
||||
* Custom menu button icon template.
|
||||
* @param {Object} scope - menubuttonicon slot's params.
|
||||
*/
|
||||
menubuttonicon(scope: {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue