@koalarx/ui
Version:
Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.
11 lines (10 loc) • 496 B
TypeScript
import { KoalaAlertConfigInterface } from './koala.alert-config.interface';
import * as i0 from "@angular/core";
export declare class DialogAlertComponent {
alert: KoalaAlertConfigInterface;
icon?: string;
iconColor?: string;
constructor(alert: KoalaAlertConfigInterface);
static ɵfac: i0.ɵɵFactoryDeclaration<DialogAlertComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DialogAlertComponent, "ng-component", never, {}, {}, never, never, false>;
}