igniteui-react-core
Version:
Ignite UI React Core.
24 lines (23 loc) • 843 B
TypeScript
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 u;
private s;
private w;
private v;
private t;
private x;
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
private z;
private y;
getValue(a: any, b: NativeUIBuiltInProperties): any;
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
}