fix(confirmdialog): fix the missing of the pass-though prop named `mask`
parent
41bbf66544
commit
fa7f4d80d0
|
@ -101,6 +101,10 @@ export interface ConfirmDialogPassThroughOptions {
|
||||||
* Used to pass attributes to the footer's DOM element.
|
* Used to pass attributes to the footer's DOM element.
|
||||||
*/
|
*/
|
||||||
footer?: ConfirmDialogPassThroughOptionType;
|
footer?: ConfirmDialogPassThroughOptionType;
|
||||||
|
/**
|
||||||
|
* Used to pass attributes to the mask's DOM element.
|
||||||
|
*/
|
||||||
|
mask?: ConfirmDialogPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the Button component.
|
* Used to pass attributes to the Button component.
|
||||||
* @see {@link ButtonPassThroughOptions}
|
* @see {@link ButtonPassThroughOptions}
|
||||||
|
|
Loading…
Reference in New Issue