@teenageinterface/badge
Version:
The `Badge` component is part of the `@teenageinterface` Angular component library. It provides a versatile badge element with support for different types, ensuring visual consistency and customization.
15 lines (14 loc) • 584 B
TypeScript
import * as i0 from "@angular/core";
export declare class BadgeComponent {
type: "default" | "primary" | "success" | "informative" | "warn" | "destructive";
private default;
private primary;
private success;
private informative;
private warn;
private destructive;
private commonClasses;
get classes(): string[];
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "tiBadge", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
}