UNPKG

@funnelback/ng-sds

Version:

`@funnelback/ng-sds` is Bootstrap 5 based library that aims to implement the [Squiz Design System specification](https://designsystem.squiz.net/) in Angular.

11 lines (10 loc) 563 B
import * as i0 from "@angular/core"; export declare class SdsBadgeComponent { label: string; color: string; set strong(val: boolean | string); get strong(): boolean | string; private _strong; static ɵfac: i0.ɵɵFactoryDeclaration<SdsBadgeComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SdsBadgeComponent, "sds-badge", never, { "label": { "alias": "label"; "required": false; }; "color": { "alias": "color"; "required": false; }; "strong": { "alias": "strong"; "required": false; }; }, {}, never, never, false, never>; }