Browse Source

Pull request #1935: 无JIRA任务 类型修复

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

* commit '1d2380c915fcc50eeeb12f2a5eb2f845e5844d21':
  fix: 类型修复
es6
Teller 3 years ago
parent
commit
ed46e3cd3d
  1. 2
      typescript/base/combination/tab.ts

2
typescript/base/combination/tab.ts

@ -29,5 +29,5 @@ export declare class Tab extends Widget {
populate(): void;
isCardExisted(): boolean;
isCardExisted(cardName: string): boolean;
}

Loading…
Cancel
Save