From ac2c43989ce879783762b4d71a75d86ccc12040c Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Mon, 16 Sep 2024 12:56:44 +0300 Subject: [PATCH] Update ConfirmDialog.d.ts --- packages/primevue/src/confirmdialog/ConfirmDialog.d.ts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/packages/primevue/src/confirmdialog/ConfirmDialog.d.ts b/packages/primevue/src/confirmdialog/ConfirmDialog.d.ts index a4c0fad60..e7a6521c5 100644 --- a/packages/primevue/src/confirmdialog/ConfirmDialog.d.ts +++ b/packages/primevue/src/confirmdialog/ConfirmDialog.d.ts @@ -78,17 +78,13 @@ export interface ConfirmDialogPassThroughOptions { */ title?: ConfirmDialogPassThroughOptionType; /** - * Used to pass attributes to the header icons' DOM element. + * Used to pass attributes to the header actions' DOM element. */ - icons?: ConfirmDialogPassThroughOptionType; + headerActions?: ConfirmDialogPassThroughOptionType; /** * Used to pass attributes to the close button's component. */ - closeButton?: ConfirmDialogPassThroughOptionType; - /** - * Used to pass attributes to the close button icon's component. - */ - closeButtonIcon?: ConfirmDialogPassThroughOptionType; + pcCloseButton?: ConfirmDialogPassThroughOptionType; /** * Used to pass attributes to the content's DOM element. */