diff --git a/packages/primevue/src/confirmdialog/ConfirmDialog.d.ts b/packages/primevue/src/confirmdialog/ConfirmDialog.d.ts index bebc73c1a..d313429fb 100644 --- a/packages/primevue/src/confirmdialog/ConfirmDialog.d.ts +++ b/packages/primevue/src/confirmdialog/ConfirmDialog.d.ts @@ -101,6 +101,10 @@ export interface ConfirmDialogPassThroughOptions { * Used to pass attributes to the footer's DOM element. */ footer?: ConfirmDialogPassThroughOptionType; + /** + * Used to pass attributes to the mask's DOM element. + */ + mask?: ConfirmDialogPassThroughOptionType; /** * Used to pass attributes to the Button component. * @see {@link ButtonPassThroughOptions}