UNPKG

420 BTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2import { GlobalConfig } from './toastr-config';
3export declare const DefaultGlobalConfig: GlobalConfig;
4export declare class ToastrModule {
5 static forRoot(config?: Partial<GlobalConfig>): ModuleWithProviders<ToastrModule>;
6}
7export declare class ToastrComponentlessModule {
8 static forRoot(config?: Partial<GlobalConfig>): ModuleWithProviders<ToastrModule>;
9}