Browse Source

无jira任务 refactor:补充props声明

es6
Jimmy.Chai 3 years ago
parent
commit
78c081c01c
  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