Update ConfirmationOptions.d.ts

This commit is contained in:
tugcekucukoglu 2023-11-13 14:25:33 +03:00
parent fbe4da7d5e
commit 8e200d5f48

View file

@ -48,7 +48,7 @@ export interface ConfirmationOptions {
/** /**
* Callback to execute when action is rejected. * Callback to execute when action is rejected.
*/ */
reject?(): void; reject?: () => void;
/** /**
* Callback to execute when dialog is hidden. * Callback to execute when dialog is hidden.
*/ */