diff --git a/types/modal.d.ts b/types/modal.d.ts index a3d03c31f..4f14b7140 100644 --- a/types/modal.d.ts +++ b/types/modal.d.ts @@ -112,6 +112,9 @@ export interface ModalOptions { */ zIndex?: number; + dialogStyle?: object; + dialogClass?: string; + /** * Specify a function that will be called when the user clicks the Cancel button. * The parameter of this function is a function whose execution should include closing the dialog.