Update ConfirmDialog.d.ts

pull/6416/head
tugcekucukoglu 2024-09-16 12:56:44 +03:00
parent b68bda798e
commit ac2c43989c
1 changed files with 3 additions and 7 deletions

View File

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