From d15f8377e3051057aed88b6557e1e28f3394d73c Mon Sep 17 00:00:00 2001 From: Kira Date: Wed, 25 May 2022 10:46:34 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=A3=B0=E6=98=8E=E8=A1=A5?= =?UTF-8?q?=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/foundation/message.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/base/foundation/message.ts b/typescript/base/foundation/message.ts index e1506c35a..b30aad417 100644 --- a/typescript/base/foundation/message.ts +++ b/typescript/base/foundation/message.ts @@ -2,6 +2,7 @@ type toastOptions = { level: "success" | "warning" | "error" | "normal" | "loading" autoClose?: boolean callback?: Function + closable?: boolean } export type _msg = {