Browse Source

Pull request #2018: 无jira任务 refactor:补充props声明

Merge in VISUAL/fineui from ~JIMMY.CHAI/fineui:master to master

* commit '78c081c01cf2fb647822eb8c3bd13d7047ab7eac':
  无jira任务 refactor:补充props声明
es6
Jimmy.Chai 3 years ago
parent
commit
5596423809
  1. 3
      typescript/base/a/a.ts

3
typescript/base/a/a.ts

@ -2,4 +2,7 @@ import { Text } from "../single/text";
export declare class A extends Text {
static xtype: string;
props: {
href: string;
} & Text['props'];
}

Loading…
Cancel
Save