@engie-group/fluid-design-system-angular
Version:
Fluid Design System Angular
21 lines (20 loc) • 744 B
TypeScript
import { ChangeDetectorRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ToastContainerComponent {
private cdr;
/**
* Whether container is full width or non
*/
isFullWidth?: boolean;
/**
* Container id
*/
containerId?: string;
constructor(cdr: ChangeDetectorRef);
/**
* @ignore
*/
_markForCheck(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ToastContainerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ToastContainerComponent, "nj-toast-container", never, { "isFullWidth": { "alias": "isFullWidth"; "required": false; }; "containerId": { "alias": "containerId"; "required": false; }; }, {}, never, never, true, never>;
}