UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

17 lines (16 loc) 673 B
import { XButtonBridge } from "./XButtonBridge"; import { Type } from "igniteui-webcomponents-core"; import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core"; import { UIElementPropertyId } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class XIconButtonBridge extends XButtonBridge { static $t: Type; private al; constructor(a: any, b: any); getTargetForBuildInProperty(a: any, b: NativeUIBuiltInProperties): any; getTargetForProperty(a: UIElementPropertyId, b: any): any; getValue(a: any, b: NativeUIBuiltInProperties): any; setValue(a: any, b: NativeUIBuiltInProperties, c: any): void; }