ng-materialgrammi
Version:
An Angular framework which follows
16 lines (15 loc) • 614 B
TypeScript
import { OnInit } from '@angular/core';
import { Theme } from '../../types';
import * as i0 from "@angular/core";
export declare class AlertComponent implements OnInit {
theme: Theme;
show: boolean;
alignCenter: boolean;
closeBtn: string;
class: string;
constructor();
ngOnInit(): void;
hide(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "mg-alert", never, { "theme": "theme"; "show": "show"; "alignCenter": "alignCenter"; "closeBtn": "closeBtn"; "class": "class"; }, {}, never, ["*"]>;
}