UNPKG

1.02 kBTypeScriptView Raw
1/**
2 * @license
3 * Copyright Akveo. All Rights Reserved.
4 * Licensed under the MIT License. See License.txt in the project root for license information.
5 */
6import { ModuleWithProviders } from '@angular/core';
7import { NbToastrConfig } from './toastr-config';
8import * as i0 from "@angular/core";
9import * as i1 from "./toastr-container.component";
10import * as i2 from "./toast.component";
11import * as i3 from "../shared/shared.module";
12import * as i4 from "../cdk/overlay/overlay.module";
13import * as i5 from "../icon/icon.module";
14export declare class NbToastrModule {
15 static forRoot(toastrConfig?: Partial<NbToastrConfig>): ModuleWithProviders<NbToastrModule>;
16 static ɵfac: i0.ɵɵFactoryDeclaration<NbToastrModule, never>;
17 static ɵmod: i0.ɵɵNgModuleDeclaration<NbToastrModule, [typeof i1.NbToastrContainerComponent, typeof i2.NbToastComponent], [typeof i3.NbSharedModule, typeof i4.NbOverlayModule, typeof i5.NbIconModule], never>;
18 static ɵinj: i0.ɵɵInjectorDeclaration<NbToastrModule>;
19}