mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Update ConfirmationOptions.d.ts
This commit is contained in:
parent
fbe4da7d5e
commit
8e200d5f48
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export interface ConfirmationOptions {
|
|||
/**
|
||||
* Callback to execute when action is rejected.
|
||||
*/
|
||||
reject?(): void;
|
||||
reject?: () => void;
|
||||
/**
|
||||
* Callback to execute when dialog is hidden.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue