@clr/angular
Version:
Angular components for Clarity
9 lines (8 loc) • 441 B
TypeScript
import { AlertIconAndTypesService } from './providers/icon-and-types.service';
import * as i0 from "@angular/core";
export declare class ClrAlertItem {
iconService: AlertIconAndTypesService;
constructor(iconService: AlertIconAndTypesService);
static ɵfac: i0.ɵɵFactoryDeclaration<ClrAlertItem, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ClrAlertItem, "clr-alert-item", never, {}, {}, never, ["*"], false, never>;
}