UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

18 lines (17 loc) 722 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_c(): NativeUIComponentBuiltInType; get az(): INativeUIAbsolutePanelBridge; a2(a: NativeUIComponent, b: number): void; a3(a: NativeUIComponent, b: number): void; a0(a: NativeUIComponent, b: number): number; a1(a: NativeUIComponent, b: number): number; }