Kira
4 years ago
6 changed files with 31 additions and 8 deletions
@ -0,0 +1,9 @@
|
||||
import { AbstractLabel } from "./abstract.label"; |
||||
|
||||
export declare class HtmlLabel extends AbstractLabel { |
||||
props: { |
||||
lineHeight: number; |
||||
} & AbstractLabel['props']; |
||||
|
||||
static xtype: string; |
||||
} |
Loading…
Reference in new issue