@taiga-ui/kit
Version:
Taiga UI Angular main components kit
10 lines (9 loc) • 628 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "@taiga-ui/core/directives/appearance";
import * as i2 from "@taiga-ui/core/directives/icons";
export declare class TuiBadge {
protected readonly nothing: undefined;
size: "m" | "s" | "l" | "xl";
static ɵfac: i0.ɵɵFactoryDeclaration<TuiBadge, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiBadge, "tui-badge,[tuiBadge]", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithIcons; inputs: {}; outputs: {}; }]>;
}