igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
15 lines (14 loc) • 425 B
TypeScript
import { NativeUIButton } from "./NativeUIButton";
import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType";
import { Type } from "./type";
/**
* @hidden
*/
export declare class NativeUIIconButton extends NativeUIButton {
static $t: Type;
protected get_c(): NativeUIComponentBuiltInType;
get ax(): string;
set ax(a: string);
get ay(): string;
set ay(a: string);
}