Browse Source

Pull request #1337: KERNEL-4122 更新提示

Merge in VISUAL/fineui from ~TELLER/fineui:master to master

* commit 'ac0559c6fad527ab00d9009a42919701fb6e0b83':
  refactor: 更新提示
es6
Teller 5 years ago
parent
commit
29aa0ccb88
  1. 1
      typescript/base/pane.ts

1
typescript/base/pane.ts

@ -5,6 +5,7 @@ export interface _Pane extends _Widget {
loading: (..._args: any[]) => void;
loaded: (..._args: any[]) => void;
check: (..._args: any[]) => void;
populate: (items: any[]) => void;
}
export interface _PaneStatic {

Loading…
Cancel
Save