[bugfix] Dialog: missing closeOnPopstate in type definition (#3789)

This commit is contained in:
neverland 2019-07-09 14:03:57 +08:00 committed by GitHub
parent 1669e36625
commit 2d02288ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
types/dialog.d.ts vendored
View File

@ -8,6 +8,7 @@ export type DialogOptions = {
className?: any;
lockScroll?: boolean;
messageAlign?: string;
closeOnPopstate?: boolean;
cancelButtonText?: string;
cancelButtonColor?: string;
confirmButtonText?: string;