UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

8 lines (6 loc) 187 B
export default (el?: Element | null): typeof window => { if (el && el.ownerDocument && el.ownerDocument.defaultView) { return el.ownerDocument.defaultView; } return window; };