import { EventEmitter } from "@angular/core"; export interface IframeBase { url: string; height: string; width: string; onEventLoad?: EventEmitter; eventLoad(): void; }