Browse Source

refactor: 修改说明

es6
iapyang 4 years ago
parent
commit
82cdb66aa6
  1. 2
      typescript/base/combination/combo.ts

2
typescript/base/combination/combo.ts

@ -1,7 +1,7 @@
import { _Widget } from "../../core/widget";
export interface _Combo extends _Widget {
populate(items: any): void;
populate(...args: any[]): void;
_setEnable(v: boolean): void;

Loading…
Cancel
Save