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.

6 lines (5 loc) 163 B
import { ChildWindow } from './child-window'; export declare class PopUp extends ChildWindow { constructor(_window: Window); protected _cleanUp(): void; }