[new feature] Dialog: add message-align prop (#2259)

This commit is contained in:
neverland
2018-12-10 18:57:05 +08:00
committed by GitHub
parent 792fd3fe6f
commit 4fe387b7b1
6 changed files with 24 additions and 2 deletions

1
types/dialog.d.ts vendored
View File

@@ -7,6 +7,7 @@ export type DialogOptions = {
overlay?: boolean;
className?: string;
lockScroll?: boolean;
messageAlign?: string;
confirmButtonText?: string;
cancelButtonText?: string;
showConfirmButton?: boolean;