UNPKG

ng2-toastr

Version:

bootstrap style of toast for modern angular

11 lines (10 loc) 239 B
export declare class Toast { type: string; message: string; title: string; data: Object; id: number; config: any; timeoutId: any; constructor(type: string, message: string, title?: string, data?: Object); }