UNPKG

443 BTypeScriptView Raw
1import { ElementRef } from '@angular/core';
2import * as i0 from "@angular/core";
3export 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}