Browse Source

Pull request #1973: KERNEL-7826 refactor: 补充props声明

Merge in VISUAL/fineui from ~KIRA/fineui:master to master

* commit '28adb28c7cef936fda49b7879e1653690f97ad5b':
  KERNEL-7826 refactor: 补充props声明
es6
Kira 3 years ago
parent
commit
404e854de8
  1. 2
      typescript/base/single/label/html.label.ts

2
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;

Loading…
Cancel
Save