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

9 lines
219 B

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