mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
SplitButton icon sot updates
This commit is contained in:
parent
1f961e0a6e
commit
ebe3ac809c
2 changed files with 14 additions and 4 deletions
14
components/lib/splitbutton/SplitButton.d.ts
vendored
14
components/lib/splitbutton/SplitButton.d.ts
vendored
|
@ -181,11 +181,21 @@ export interface SplitButtonSlots {
|
|||
/**
|
||||
* Custom menu button icon template.
|
||||
*/
|
||||
icon(): VNode[];
|
||||
icon(scope: {
|
||||
/**
|
||||
* Style class of the icon.
|
||||
*/
|
||||
class: string;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom menu button icon template.
|
||||
*/
|
||||
menubuttonicon(): VNode[];
|
||||
menubuttonicon(scope: {
|
||||
/**
|
||||
* Style class of the icon.
|
||||
*/
|
||||
class: string;
|
||||
}): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue