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) 195 B
export { inject, injectIntoBody } from './iframe.creator'; export { openPopUp, openTab } from './pop-up.creator'; export { ChildWindow, isChildWindow, getChildWindowHost } from './child-window';