UNPKG

ng-halfmoon

Version:

Angular Library to build upon the halfmoon-framework

7 lines (6 loc) 179 B
import { EventEmitter } from '@angular/core'; export declare class ModalRef<T = any> { modalId: string; close: (data?: any) => void; afterClosed: EventEmitter<any>; }