UNPKG

igniteui-react-inputs

Version:

Ignite UI React input components.

21 lines (20 loc) 811 B
import { XComponentBridge } from "./XComponentBridge"; import { Type } from "igniteui-react-core"; import { NativeUIComponent } from "igniteui-react-core"; import { NativeUIBuiltInEvents } from "igniteui-react-core"; import { NativeUIBuiltInProperties } from "igniteui-react-core"; /** * @hidden */ export declare class XCheckboxBridge extends XComponentBridge { static $t: Type; private u; private v; constructor(a: any); addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void; removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void; private w; getValue(a: any, b: NativeUIBuiltInProperties): any; setValue(a: any, b: NativeUIBuiltInProperties, c: any): void; exportVisualData(a: any): any; }