@hyahfoufi/ng-snotify
Version:
Angular 2+ alternative notifications center
18 lines (17 loc) • 645 B
TypeScript
import { SnotifyService } from '../../services/snotify.service';
import { SnotifyToast } from '../../models/snotify-toast.model';
import * as i0 from "@angular/core";
export declare class ButtonsComponent {
private service;
/**
* Get buttons Array
*/
toast: SnotifyToast;
constructor(service: SnotifyService);
/**
* remove toast
*/
remove(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonsComponent, "ng-snotify-button", never, { "toast": { "alias": "toast"; "required": false; }; }, {}, never, never, false, never>;
}