forked from fanruan/fineui
10 lines
279 B
10 lines
279 B
4 years ago
|
import { Widget } from '../../core/widget';
|
||
|
export declare class PopupView extends Widget {
|
||
|
static xtype: string;
|
||
|
static EVENT_CHANGE: string;
|
||
|
getView(): Widget;
|
||
|
populate(...args: any[]): void;
|
||
|
resetWidth(v: number): void;
|
||
|
resetHeight(v: number): void;
|
||
|
}
|