1 | import { ElementRef } from '@angular/core';
|
2 | import * as i0 from "@angular/core";
|
3 | export declare class ToastContainerDirective {
|
4 | private el;
|
5 | constructor(el: ElementRef);
|
6 | getContainerElement(): HTMLElement;
|
7 | static ɵfac: i0.ɵɵFactoryDeclaration<ToastContainerDirective, never>;
|
8 | static ɵdir: i0.ɵɵDirectiveDeclaration<ToastContainerDirective, "[toastContainer]", ["toastContainer"], {}, {}, never, never, true, never>;
|
9 | }
|