From 8544a82ff740b4a73ac3e3a4ecb9e43ee7a55b77 Mon Sep 17 00:00:00 2001 From: Tangjinxia <1119518763@qq.com> Date: Fri, 23 Jul 2021 14:10:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20refactor?= =?UTF-8?q?=EF=BC=9A=E7=B1=BB=E5=9E=8B=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/combination/expander.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/base/combination/expander.ts b/typescript/base/combination/expander.ts index e874475a2..ac5c5101e 100644 --- a/typescript/base/combination/expander.ts +++ b/typescript/base/combination/expander.ts @@ -27,7 +27,7 @@ export declare class Expander extends Widget { hideView(): void; - getView(): any; + getView(): T; getAllLeaves(): T[];