UNPKG

cu-ng-design-library

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0.

16 lines (15 loc) 593 B
import * as i0 from "@angular/core"; type AccentOptions = 'blue' | 'blue-green' | 'gold' | 'green' | 'purple' | 'red'; interface PanelOptions { accent?: AccentOptions; fill?: boolean; heavyTop?: boolean; indent?: number; } export declare class AlertComponent { options: PanelOptions | undefined; generateClassNames(): string[] | "panel-default"; static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "lib-alert", never, { "options": "options"; }, {}, never, ["*"], false, never>; } export {};