UNPKG

@coreui/angular

Version:

CoreUI for Angular UI components library

11 lines (10 loc) 509 B
import { ToasterService } from './toaster/toaster.service'; import * as i0 from "@angular/core"; export declare class ToastCloseDirective { private toasterService; toast: any; constructor(toasterService: ToasterService); toggleOpen($event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<ToastCloseDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<ToastCloseDirective, "[cToastClose]", ["cToastClose"], { "toast": "cToastClose"; }, {}, never, never, false>; }