Skip to content

Commit bc5626e

Browse files
committed
fix: modal update ts types
1 parent 1410dee commit bc5626e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/modal.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ export interface ModalOptions {
112112
*/
113113
zIndex?: number;
114114

115+
dialogStyle?: object;
116+
dialogClass?: string;
117+
115118
/**
116119
* Specify a function that will be called when the user clicks the Cancel button.
117120
* The parameter of this function is a function whose execution should include closing the dialog.

0 commit comments

Comments
 (0)