forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~KIRA/fineui:master to master * commit '20184e51e22863d257ef8f14bb18e96d01535a55': KERNEL-7826 refactor: 补充props声明 KERNEL-7826 refactor: 补充props声明es6
Kira
3 years ago
8 changed files with 41 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