Update ConfirmationOptions.d.ts

pull/4815/head
tugcekucukoglu 2023-11-13 14:25:33 +03:00
parent fbe4da7d5e
commit 8e200d5f48
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/