igniteui-react-core
Version:
Ignite UI React Core.
22 lines (21 loc) • 811 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 IgcButtonBridge extends NativeUIElementBridge {
static $t: Type;
private u;
private s;
private v;
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
private x;
getValue(a: any, b: NativeUIBuiltInProperties): any;
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
private w;
private t;
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
}