From 5224684bb22363b9cb6ecd3a78b8defba4118487 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 26 Sep 2018 17:34:21 +0800 Subject: [PATCH] [bugfix] Toast: type definition (#1859) --- types/toast.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/toast.d.ts b/types/toast.d.ts index f85a2c387..77664adc2 100644 --- a/types/toast.d.ts +++ b/types/toast.d.ts @@ -9,6 +9,7 @@ export type ToastOptions = { position?: string; duration?: number; forbidClick?: boolean; + loadingType?: string; message?: ToastMessage; }