UNPKG

react-beautiful-dnd-next

Version:

Beautiful and accessible drag and drop for lists with React

4 lines (3 loc) 123 B
// @flow export default (el: ?Element): typeof window => el && el.ownerDocument ? el.ownerDocument.defaultView : window;