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 PrefixDescription extends InputGroupItemDescription { static $t: Type; protected get_type(): string; constructor(); private q; get id(): string; set id(a: string); private p; get ariaLabel(): string; set ariaLabel(a: string); private m; get isHover(): boolean; set isHover(a: boolean); private l; get disabled(): boolean; set disabled(a: boolean); }