UNPKG

ngx-mat-lib

Version:

A bunch of utilities and components to use in your Angular 7+ apps!

10 lines (9 loc) 283 B
import { XmatAlertTypes } from "../../models/xmat-alert-types.model"; export declare class XmatAlertBoxComponent { static nextId: number; xmatAlertType: XmatAlertTypes; id: number; xmatAlertTypeKlass: string; private _xmatAlertType; constructor(); }