UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

24 lines (23 loc) 843 B
import { NativeUIElementBridge } from "./NativeUIElementBridge"; import { Type } from "./type"; import { NativeUIComponent } from "./NativeUIComponent"; import { NativeUIBuiltInEvents } from "./NativeUIBuiltInEvents"; import { NativeUIBuiltInProperties } from "./NativeUIBuiltInProperties"; /** * @hidden */ export declare class IgcSliderBridge extends NativeUIElementBridge { static $t: Type; private e; private c; private g; private f; private d; private h; addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void; private j; private i; getValue(a: any, b: NativeUIBuiltInProperties): any; removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void; setValue(a: any, b: NativeUIBuiltInProperties, c: any): void; }