igniteui-react-core
Version:
Ignite UI React Core.
15 lines (14 loc) • 449 B
TypeScript
import { IgcButtonBridge } from "./IgcButtonBridge";
import { Type } from "./type";
import { NativeUIBuiltInProperties } from "./NativeUIBuiltInProperties";
/**
* @hidden
*/
export declare class IgcIconButtonBridge extends IgcButtonBridge {
static $t: Type;
private z;
private y;
private aa;
getValue(a: any, b: NativeUIBuiltInProperties): any;
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
}