Browse Source

Pull request #1715: 无JIRA任务 pane抽象组件不需要声明数组类型

Merge in VISUAL/fineui from ~WINDY/fui:master to master

* commit '7c087814724ba05da57325068c657c157d18ddce':
  update
  无JIRA任务 pane抽象组件不需要声明数组类型
es6
windy 4 years ago
parent
commit
e670170606
  1. 2
      typescript/base/pane.ts

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

Loading…
Cancel
Save