igniteui-webcomponents-inputs
Version:
Ignite UI Web Components inputs components.
19 lines (18 loc) • 742 B
TypeScript
import { NativeUIElementBridge } from "igniteui-webcomponents-core";
import { Type } from "igniteui-webcomponents-core";
import { UIElementPropertyId } from "igniteui-webcomponents-core";
import { NativeUIBuiltInEvents } from "igniteui-webcomponents-core";
import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
/**
* @hidden
*/
export declare class XComponentBridge extends NativeUIElementBridge {
static $t: Type;
private s;
get t(): any;
constructor(a: any);
getTargetForProperty(a: UIElementPropertyId, b: any): any;
getMethodTarget(a: any): any;
getTargetForBuildInEvent(a: any, b: NativeUIBuiltInEvents): any;
getTargetForBuildInProperty(a: any, b: NativeUIBuiltInProperties): any;
}