UNPKG

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

Version:

Fluid Design System Angular

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