Browse Source

Pull request #2088: 无jira任务 类型

Merge in VISUAL/fineui from ~IMP/fineui_fui:master to master

* commit 'e630f438a3954cac06692daeb659030b1a414d32':
  无jira任务 类型
  无jira任务 优化
es6
imp 3 years ago
parent
commit
38033c97d0
  1. 2
      typescript/base/combination/tab.ts

2
typescript/base/combination/tab.ts

@ -14,7 +14,7 @@ export declare class Tab extends Widget {
logic?: {
dynamic: boolean;
};
tab?: any[];
tab?: Obj;
}
setSelect(v: string | number, action?: Action, callback?: Function): void;

Loading…
Cancel
Save