UNPKG

@spectra/window-day-care

Version:

A library to help you create popup windows and iframes. It makes communication between parent and child window a breeze.

7 lines (6 loc) 210 B
import { ChildWindow } from './child-window'; export declare class Iframe extends ChildWindow { private _iframeElement; constructor(_iframeElement: HTMLIFrameElement); protected _cleanUp(): void; }