UNPKG

igniteui-react-core

Version:
18 lines (17 loc) 683 B
import { NativeUIContainer } from "./NativeUIContainer"; import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType"; import { INativeUIAbsolutePanelBridge } from "./INativeUIAbsolutePanelBridge"; import { NativeUIComponent } from "./NativeUIComponent"; import { Type } from "./type"; /** * @hidden */ export declare class NativeUIAbsolutePanel extends NativeUIContainer { static $t: Type; protected get_e(): NativeUIComponentBuiltInType; get bs(): INativeUIAbsolutePanelBridge; bv(a: NativeUIComponent, b: number): void; bw(a: NativeUIComponent, b: number): void; bt(a: NativeUIComponent): number; bu(a: NativeUIComponent): number; }