UNPKG

228 BTypeScriptView Raw
1import { ElementRef } from '@angular/core';
2export declare class ToastContainerDirective {
3 private el;
4 constructor(el: ElementRef);
5 getContainerElement(): HTMLElement;
6}
7export declare class ToastContainerModule {
8}