UNPKG

igniteui-react-core

Version:
20 lines (19 loc) 781 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 IgcCheckboxBridge extends NativeUIElementBridge { static $t: Type; private t; private s; private u; addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void; private v; getValue(a: any, b: NativeUIBuiltInProperties): any; removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void; setValue(a: any, b: NativeUIBuiltInProperties, c: any): void; }