igniteui-react-core
Version:
Ignite UI React Core.
20 lines (19 loc) • 714 B
TypeScript
import { Base, Type } from "./type";
import { INativeUIWindowBridge } from "./INativeUIWindowBridge";
import { NativeUIBuiltInEvents } from "./NativeUIBuiltInEvents";
/**
* @hidden
*/
export declare class NativeUIWindow extends Base {
static $t: Type;
private static a;
static get b(): INativeUIWindowBridge;
static set b(a: INativeUIWindowBridge);
static g(a: NativeUIBuiltInEvents, b: (arg1: any) => void): void;
static h(a: NativeUIBuiltInEvents, b: (arg1: any) => void, c: any): void;
static i(a: NativeUIBuiltInEvents, b: (arg1: any) => void): void;
static e(): number;
static f(a: any): number;
static c(): number;
static d(a: any): number;
}