Icard/angular-clarity-master(work.../node_modules/ngx-toastr/toastr/toast.directive.d.ts

10 lines
443 B
TypeScript
Raw Normal View History

2024-07-16 14:55:36 +00:00
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ToastContainerDirective {
private el;
constructor(el: ElementRef);
getContainerElement(): HTMLElement;
static ɵfac: i0.ɵɵFactoryDeclaration<ToastContainerDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ToastContainerDirective, "[toastContainer]", ["toastContainer"], {}, {}, never, never, true, never>;
}