fineui是帆软报表和BI产品线所使用的前端框架。

8 lines
206 B

import { AbstractLabel } from "./abstract.label";
export declare class HtmlLabel extends AbstractLabel {
props: {
textHeight: number;
} & AbstractLabel['props'];
static xtype: string;
}