@vismaux/ngx-nordic-cool
Version:
Common Nordic-Cool components for Angular.
11 lines (10 loc) • 452 B
TypeScript
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>;
}