From e630f438a3954cac06692daeb659030b1a414d32 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 10 Aug 2021 16:12:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/combination/tab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/base/combination/tab.ts b/typescript/base/combination/tab.ts index 951252fe1..611c3e9c0 100644 --- a/typescript/base/combination/tab.ts +++ b/typescript/base/combination/tab.ts @@ -14,7 +14,7 @@ export declare class Tab extends Widget { logic?: { dynamic: boolean; }; - tab?: any[]; + tab?: Obj; } setSelect(v: string | number, action?: Action, callback?: Function): void;