UNPKG

ngx-french-toast

Version:

<p align="center"> <img src="./projects/ngx-french-toast/logo.png" alt="ngx-french-toast logo" width="200px" /> </p>

4 lines (3 loc) 167 B
import { InjectionToken } from '@angular/core'; import { ToastConfig } from './interfaces/interfaces'; export declare const TOAST_CONFIG: InjectionToken<ToastConfig>;