mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
361a0f0bbc
commit
95ca69d453
4 changed files with 60 additions and 6 deletions
12
components/lib/confirmpopup/ConfirmPopup.d.ts
vendored
12
components/lib/confirmpopup/ConfirmPopup.d.ts
vendored
|
@ -30,6 +30,18 @@ export interface ConfirmPopupSlots {
|
|||
* @param {Object} scope - message slot's params.
|
||||
*/
|
||||
message(scope: { message: ConfirmationOptions }): VNode[];
|
||||
/**
|
||||
* Custom icon template.
|
||||
*/
|
||||
icon(): VNode[];
|
||||
/**
|
||||
* Custom icon template.
|
||||
*/
|
||||
accepticon(): VNode[];
|
||||
/**
|
||||
* Custom icon template.
|
||||
*/
|
||||
rejecticon(): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue