From 5982b953736390b28a1205c3e8fe62820115bc16 Mon Sep 17 00:00:00 2001 From: Kira Date: Tue, 18 May 2021 10:49:37 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-7826=20refactor:=20props=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/single/single.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/base/single/single.ts b/typescript/base/single/single.ts index 6684993f6..bdcdcf5ae 100644 --- a/typescript/base/single/single.ts +++ b/typescript/base/single/single.ts @@ -10,7 +10,7 @@ export declare class Single extends Widget { title?: string | (() => string) | null, warningTitle?: string | (() => string) | null, tipType?: "success" | "warning", - value?: string | null, + value?: any, /** * title是否跟随鼠标