From 7c087814724ba05da57325068c657c157d18ddce Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 25 Dec 2020 17:39:02 +0800 Subject: [PATCH] update --- typescript/base/pane.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/base/pane.ts b/typescript/base/pane.ts index 0a345df69..4a618e5b5 100644 --- a/typescript/base/pane.ts +++ b/typescript/base/pane.ts @@ -8,5 +8,5 @@ export declare class Pane extends Widget { loaded(): void; check(): void; setTipVisible(b: boolean): void; - populate(items?: any): void; + populate(...args: any[]): void; }