|
|
@ -2,7 +2,7 @@ import { AbstractLabel } from "./abstract.label"; |
|
|
|
|
|
|
|
|
|
|
|
export declare class HtmlLabel extends AbstractLabel { |
|
|
|
export declare class HtmlLabel extends AbstractLabel { |
|
|
|
props: { |
|
|
|
props: { |
|
|
|
lineHeight: number; |
|
|
|
textHeight: number; |
|
|
|
} & AbstractLabel['props']; |
|
|
|
} & AbstractLabel['props']; |
|
|
|
|
|
|
|
|
|
|
|
static xtype: string; |
|
|
|
static xtype: string; |
|
|
|