import { EventEmitter, TemplateRef } from "@angular/core"; export interface Menu { templateRef: TemplateRef; readonly closed: EventEmitter; }