UNPKG

@hxui/angular

Version:

* * *

9 lines (8 loc) 238 B
import { ElementRef } from '@angular/core'; export declare class ToastrContainerDirective { private el; constructor(el: ElementRef); getContainerElement(): HTMLElement; } export declare class ToastrContainerModule { }