Browse Source

fix: 类型修复

es6
iapyang 3 years ago
parent
commit
c1a6123fbb
  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; populate(): void;
isCardExisted(): boolean; isCardExisted(cardName: string): boolean;
} }

Loading…
Cancel
Save