fix(confirmdialog): fix the missing of the pass-though prop named `mask`

pull/7205/head
王子凌 2025-02-06 11:44:32 +08:00
parent 41bbf66544
commit fa7f4d80d0
1 changed files with 4 additions and 0 deletions

View File

@ -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}