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

10 lines
241 B

import { AbstractLabel } from "./abstract.label";
export declare class Label extends AbstractLabel {
props: {
py: string;
keyword: string;
text: string;
} & AbstractLabel['props'];
static xtype: string;
}