Browse Source

refactor: 修改描述

es6
iapyang 4 years ago
parent
commit
d7dd4ba89d
  1. 2
      typescript/base/combination/group.button.ts

2
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;

Loading…
Cancel
Save