feat(Dialog): add allow-html prop (#6568)

This commit is contained in:
neverland
2020-06-19 06:13:46 +08:00
committed by GitHub
parent 95313ef459
commit 9b0f23e2da
5 changed files with 46 additions and 17 deletions

1
types/dialog.d.ts vendored
View File

@@ -9,6 +9,7 @@ export type DialogOptions = {
message?: string;
overlay?: boolean;
className?: any;
allowHtml?: boolean;
lockScroll?: boolean;
transition?: string;
messageAlign?: string;