diff --git a/typescript/base/a/a.ts b/typescript/base/a/a.ts index 3d4dd9f0c..91e778dfd 100644 --- a/typescript/base/a/a.ts +++ b/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']; }