UNPKG

@engie-group/fluid-design-system-angular

Version:

Fluid Design System Angular

10 lines (9 loc) 248 B
import { ViewContainerRef } from '@angular/core'; export interface ToastServiceConfig { containerId?: string; isContainerFullWidth?: boolean; } export interface ToastContentConfig { viewContainerRef: ViewContainerRef; data?: any; }