Update ConfirmationOptions.d.ts

This commit is contained in:
tugcekucukoglu 2023-11-13 14:27:37 +03:00
parent c2ecf7f403
commit 339056d91d

View file

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