diff --git a/typescript/base/single/label/html.label.ts b/typescript/base/single/label/html.label.ts
index 07d8c7c8d..e195c8f24 100644
--- a/typescript/base/single/label/html.label.ts
+++ b/typescript/base/single/label/html.label.ts
@@ -2,7 +2,7 @@ import { AbstractLabel } from "./abstract.label";
export declare class HtmlLabel extends AbstractLabel {
props: {
- lineHeight: number;
+ textHeight: number;
} & AbstractLabel['props'];
static xtype: string;