UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

24 lines (23 loc) 544 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebAvatarDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private k; get src(): string; set src(a: string); private h; get alt(): string; set alt(a: string); private i; get initials(): string; set initials(a: string); private j; get shape(): string; set shape(a: string); }