UNPKG

igniteui-react-core

Version:
15 lines (14 loc) 449 B
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; }