UNPKG

@vismaux/ngx-nordic-cool

Version:
11 lines (10 loc) 452 B
import { NcModalRef } from './modal-ref'; import * as i0 from "@angular/core"; export declare class NcModalCloseDirective { private modalRef; modalResult: any; constructor(modalRef: NcModalRef<any>); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NcModalCloseDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<NcModalCloseDirective, "[ncModalClose]", never, { "modalResult": "ncModalClose"; }, {}, never>; }