igniteui-react-core
Version:
Ignite UI React Core.
23 lines (22 loc) • 576 B
TypeScript
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);
}