UNPKG

ngx-toast-notifications

Version:
6 lines (5 loc) 185 B
import { ToastNotificationsConfig } from './toast-notifications.config'; export interface ToastConfig extends ToastNotificationsConfig { text?: string; caption?: string; }