UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

24 lines (23 loc) 555 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 p; get variant(): string; set variant(a: string); private l; get outlined(): boolean; set outlined(a: boolean); private o; get shape(): string; set shape(a: string); private k; get dot(): boolean; set dot(a: boolean); }