UNPKG

igniteui-react-core

Version:
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 p; get id(): string; set id(a: string); private o; get ariaLabel(): string; set ariaLabel(a: string); private l; get isHover(): boolean; set isHover(a: boolean); private k; get disabled(): boolean; set disabled(a: boolean); }