igniteui-react-core
Version:
Ignite UI React Core.
26 lines (25 loc) • 917 B
TypeScript
import { NativeUIElementBridge } from "./NativeUIElementBridge";
import { DomRenderer } from "./dom";
import { Type } from "./type";
import { NativeUIComponent } from "./NativeUIComponent";
import { NativeUIBuiltInEvents } from "./NativeUIBuiltInEvents";
import { NativeUIBuiltInProperties } from "./NativeUIBuiltInProperties";
/**
* @hidden
*/
export declare class IgcDropdownBridge extends NativeUIElementBridge {
static $t: Type;
constructor(a: DomRenderer);
private t;
private s;
private w;
private u;
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
private z;
getValue(a: any, b: NativeUIBuiltInProperties): any;
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
private x;
private v;
private y;
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
}