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) 489 B
import * as i0 from "@angular/core"; export declare class SdsAlertComponent { title?: string; set color(color: string); get color(): string; icon: string; private _color; static ɵfac: i0.ɵɵFactoryDeclaration<SdsAlertComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SdsAlertComponent, "sds-alert", never, { "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>; }