mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4433 - ConfirmDialog
This commit is contained in:
parent
44f802dc0f
commit
c368c0f8df
3 changed files with 31 additions and 8 deletions
14
components/lib/confirmdialog/ConfirmDialog.d.ts
vendored
14
components/lib/confirmdialog/ConfirmDialog.d.ts
vendored
|
@ -211,6 +211,20 @@ export interface ConfirmDialogSlots {
|
|||
* Custom icon template.
|
||||
*/
|
||||
rejecticon(): VNode[];
|
||||
/**
|
||||
* Custom container slot.
|
||||
* @param {Object} scope - container slot's params.
|
||||
*/
|
||||
container(scope: {
|
||||
/**
|
||||
* Message of the component
|
||||
*/
|
||||
message: any;
|
||||
/**
|
||||
* Close dialog function.
|
||||
*/
|
||||
onClose: () => void;
|
||||
}): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue