UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 480 B
import { NativeUIComponent } from "./NativeUIComponent"; import { INativeUIContainerBridge } from "./INativeUIContainerBridge"; import { Type } from "./type"; /** * @hidden */ export declare class NativeUIContainer extends NativeUIComponent { static $t: Type; get av(): number; get at(): INativeUIContainerBridge; au(a: number): NativeUIComponent; ay(a: number): void; aw(a: NativeUIComponent): void; ax(a: NativeUIComponent): void; }