From c1a6123fbb5d6bb48ae2b925db3b764bc1a84797 Mon Sep 17 00:00:00 2001 From: iapyang Date: Fri, 28 May 2021 14:10:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B1=BB=E5=9E=8B=E4=BF=AE=E5=A4=8D?= 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 a1700f265..951252fe1 100644 --- a/typescript/base/combination/tab.ts +++ b/typescript/base/combination/tab.ts @@ -29,5 +29,5 @@ export declare class Tab extends Widget { populate(): void; - isCardExisted(): boolean; + isCardExisted(cardName: string): boolean; }