Browse Source

无jira任务 refactor:类型补充

es6
Tangjinxia 3 years ago
parent
commit
8544a82ff7
  1. 2
      typescript/base/combination/expander.ts

2
typescript/base/combination/expander.ts

@ -27,7 +27,7 @@ export declare class Expander extends Widget {
hideView(): void;
getView(): any;
getView<T>(): T;
getAllLeaves<T>(): T[];

Loading…
Cancel
Save