UNPKG

ngb-toast

Version:

This library was generated with [Angular CLI 9](https://github.com/angular/angular-cli).

18 lines (17 loc) 409 B
export declare enum NgbToastType { Success = "tSuccess", Info = "tInfo", Warning = "tWarning", Danger = "tDanger", Primary = "tPrimary", Secondary = "tSecondary", Light = "tLight", Dark = "tDark" } export declare class NgbToast { toastType: NgbToastType; text: string; dismissible?: boolean; timeInSeconds?: number; onDismiss?: Function; }