fix: modal update ts types

pull/2275/head
tangjinzhou 2020-05-24 22:08:32 +08:00
parent 1410dee61f
commit bc5626e096
1 changed files with 3 additions and 0 deletions

3
types/modal.d.ts vendored
View File

@ -112,6 +112,9 @@ export interface ModalOptions {
*/ */
zIndex?: number; zIndex?: number;
dialogStyle?: object;
dialogClass?: string;
/** /**
* Specify a function that will be called when the user clicks the Cancel button. * 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. * The parameter of this function is a function whose execution should include closing the dialog.