Browse Source

refactor: 更新提示

es6
iapyang 4 years ago
parent
commit
ac0559c6fa
  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