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

14 lines
327 B

import { Widget } from "../core/widget";
export declare class Pane extends Widget {
static EVENT_LOADED: string;
static EVENT_LOADING: string;
_assertTip(..._args: any[]): void;
loading(): void;
loaded(): void;
check(): void;
setTipVisible(b: boolean): void;
4 years ago
populate(...args: any[]): void;
}