UNPKG

521 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./toast";
3export { NgbToast, NgbToastHeader } from './toast';
4export { NgbToastConfig, NgbToastOptions } from './toast-config';
5export declare class NgbToastModule {
6 static ɵfac: i0.ɵɵFactoryDeclaration<NgbToastModule, never>;
7 static ɵmod: i0.ɵɵNgModuleDeclaration<NgbToastModule, never, [typeof i1.NgbToast, typeof i1.NgbToastHeader], [typeof i1.NgbToast, typeof i1.NgbToastHeader]>;
8 static ɵinj: i0.ɵɵInjectorDeclaration<NgbToastModule>;
9}