@crediblefinance/credible-ui
Version:
Credible's standard UI library
17 lines (16 loc) • 668 B
TypeScript
import { OnInit } from '@angular/core';
import { MatSnackBarRef } from '@angular/material/snack-bar';
import * as i0 from "@angular/core";
export declare class CfAlertComponent implements OnInit {
dialogRef: MatSnackBarRef<CfAlertComponent>;
data: any;
message: string;
type: string;
value: number;
duration: number;
timerId: any;
constructor(dialogRef: MatSnackBarRef<CfAlertComponent>, data: any);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CfAlertComponent, [null, { optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<CfAlertComponent, "cf-alert", never, {}, {}, never, never, false, never>;
}