UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

18 lines (17 loc) 551 B
import { NativeUIElementBridge } from "./NativeUIElementBridge"; import { NativeUIComponent } from "./NativeUIComponent"; import { Type } from "./type"; /** * @hidden */ export declare class PanelBridge extends NativeUIElementBridge { static $t: Type; constructor(); private t; v(a: any, b: NativeUIComponent): void; w(a: any, b: number, c: NativeUIComponent): void; s(a: any, b: number): NativeUIComponent; u(a: any): number; x(a: any, b: NativeUIComponent): void; y(a: any, b: number): void; }