We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1410dee commit bc5626eCopy full SHA for bc5626e
types/modal.d.ts
@@ -112,6 +112,9 @@ export interface ModalOptions {
112
*/
113
zIndex?: number;
114
115
+ dialogStyle?: object;
116
+ dialogClass?: string;
117
+
118
/**
119
* Specify a function that will be called when the user clicks the Cancel button.
120
* The parameter of this function is a function whose execution should include closing the dialog.
0 commit comments