Skip to content

Commit

Permalink
[bugfix] Dialog: missing closeOnPopstate in type definition (#3789)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jul 9, 2019
1 parent 1669e36 commit 2d02288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/dialog.d.ts
Expand Up @@ -8,6 +8,7 @@ export type DialogOptions = {
className?: any;
lockScroll?: boolean;
messageAlign?: string;
closeOnPopstate?: boolean;
cancelButtonText?: string;
cancelButtonColor?: string;
confirmButtonText?: string;
Expand Down

0 comments on commit 2d02288

Please sign in to comment.