UNPKG

igniteui-react-core

Version:
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); }