From d7dd4ba89d9f9f8af6882459fef8325b228727c7 Mon Sep 17 00:00:00 2001 From: iapyang Date: Tue, 19 May 2020 16:37:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/combination/group.button.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/base/combination/group.button.ts b/typescript/base/combination/group.button.ts index 639568de0..4eb186f38 100644 --- a/typescript/base/combination/group.button.ts +++ b/typescript/base/combination/group.button.ts @@ -9,7 +9,7 @@ export interface _ButtonGroup extends _Widget { removeItems(values: any): void; - populate(items?: any): void; + populate(items?: any, ...args: any[]): void; setNotSelectedValue(v: any): void;