UNPKG

wsuite-notification

Version:

Toast notification for angular 2,4,5,6,7,8+ version.

6 lines (5 loc) 270 B
import { ModuleWithProviders } from '@angular/core'; import { WsuiteNotificationConfig } from './model/notification'; export declare class WsuiteNotificationModule { static forRoot(config?: WsuiteNotificationConfig): ModuleWithProviders<WsuiteNotificationModule>; }