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

8 lines
163 B

import { Text } from "../single/text";
export declare class A extends Text {
static xtype: string;
props: {
href: string;
} & Text['props'];
}