igniteui-react-core
Version:
Ignite UI React Core.
18 lines (17 loc) • 700 B
TypeScript
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 br(): INativeUIAbsolutePanelBridge;
bu(a: NativeUIComponent, b: number): void;
bv(a: NativeUIComponent, b: number): void;
bs(a: NativeUIComponent): number;
bt(a: NativeUIComponent): number;
}