UNPKG

igniteui-react-core

Version:
27 lines (26 loc) 681 B
import { NativeUIButton } from "./NativeUIButton"; import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType"; import { Type } from "./type"; /** * @hidden */ export declare class NativeUIIconButton extends NativeUIButton { static $t: Type; protected get_e(): NativeUIComponentBuiltInType; get ca(): string; set ca(a: string); get cb(): string; set cb(a: string); get b7(): number; set b7(a: number); get b8(): number; set b8(a: number); get b9(): number; set b9(a: number); get b6(): number; set b6(a: number); get b5(): number; set b5(a: number); get b4(): number; set b4(a: number); }