Browse Source

无jira任务 类型

es6
imp 3 years ago
parent
commit
e630f438a3
  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