UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

17 lines (16 loc) 496 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 d; f(a: any, b: NativeUIComponent): void; c(a: any, b: number): NativeUIComponent; e(a: any): number; g(a: any, b: NativeUIComponent): void; h(a: any, b: number): void; }