Browse Source

KERNEL-7826 refactor: 补充props声明

es6
Kira 3 years ago
parent
commit
baa4d9a4bc
  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