UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

23 lines (22 loc) 576 B
import { InputGroupItemDescription } from "./InputGroupItemDescription"; import { Type } from "./type"; /** * @hidden */ export declare class SuffixDescription extends InputGroupItemDescription { static $t: Type; protected get_type(): string; constructor(); private n; get id(): string; set id(a: string); private m; get ariaLabel(): string; set ariaLabel(a: string); private j; get isHover(): boolean; set isHover(a: boolean); private i; get disabled(): boolean; set disabled(a: boolean); }