UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

33 lines (32 loc) 809 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebChipDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get disabled(): boolean; set disabled(a: boolean); private i; get removable(): boolean; set removable(a: boolean); private j; get selectable(): boolean; set selectable(a: boolean); private k; get selected(): boolean; set selected(a: boolean); private r; get variant(): string; set variant(a: string); private p; get removeRef(): string; set removeRef(a: string); private q; get selectRef(): string; set selectRef(a: string); }