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

9 lines
213 B

import { Single } from "../single";
export declare class Iframe extends Single {
static xtype: string;
setSrc(v: string): void;
getSrc(): string;
setName(v: string): void;
getName(): string;
}