UNPKG

theme-lib

Version:

This is a simple example Angular Library published to npm.

6 lines (5 loc) 229 B
import { ModuleWithProviders } from '@angular/core'; import { NbToastrConfig } from './toastr-config'; export declare class NbToastrModule { static forRoot(toastrConfig?: Partial<NbToastrConfig>): ModuleWithProviders; }