[bugfix] Dialog: fix type definition (#1799)

This commit is contained in:
neverland
2018-09-13 20:33:56 +08:00
committed by GitHub
parent bd815a5839
commit 3d00566182

1
types/dialog.d.ts vendored
View File

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