UNPKG

igniteui-react-inputs

Version:

Ignite UI React input components.

19 lines (18 loc) 634 B
import { XComponentBridge } from "./XComponentBridge"; import { Type } from "igniteui-react-core"; import { NativeUIBuiltInProperties } from "igniteui-react-core"; import { UIElementPropertyId } from "igniteui-react-core"; /** * @hidden */ export declare class XIconBridge extends XComponentBridge { static $t: Type; private u; private v; constructor(a: any); getValue(a: any, b: NativeUIBuiltInProperties): any; setValue(a: any, b: NativeUIBuiltInProperties, c: any): void; getTargetForProperty(a: UIElementPropertyId, b: any): any; private w; exportVisualData(a: any): any; }