From 3d00566182ebe56d9d9661ad8e4914208b0a612a Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 13 Sep 2018 20:33:56 +0800 Subject: [PATCH] [bugfix] Dialog: fix type definition (#1799) --- types/dialog.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/dialog.d.ts b/types/dialog.d.ts index 9bd1aaadd..9193b29f4 100644 --- a/types/dialog.d.ts +++ b/types/dialog.d.ts @@ -5,6 +5,7 @@ export type DialogOptions = { title?: string; message?: string; overlay?: boolean; + className?: string; lockScroll?: boolean; confirmButtonText?: string; cancelButtonText?: string;