UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 488 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebBadgeDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private k; get variant(): string; set variant(a: string); private h; get outlined(): boolean; set outlined(a: boolean); private j; get shape(): string; set shape(a: string); }