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.

4 lines (3 loc) 167 B
import { ChildWindow } from './child-window'; export declare function inject(target: HTMLElement): ChildWindow; export declare function injectIntoBody(): ChildWindow;