Browse Source

Pull request #2252: 无JIRA任务 补充下A的类型

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

* commit '98f96d7be3b5810aef127c669c69f23901b2abd3':
  补充下A的类型
es6
fay 3 years ago
parent
commit
ff4fcaa9d3
  1. 1
      typescript/base/a/a.ts

1
typescript/base/a/a.ts

@ -4,5 +4,6 @@ export declare class A extends Text {
static xtype: string;
props: {
href: string;
el: Obj;
} & Text['props'];
}

Loading…
Cancel
Save