UNPKG

react-beautiful-dnd

Version:

Beautiful, accessible drag and drop for lists with React.js

6 lines (4 loc) 156 B
// @flow import type { HTMLElement } from '../types'; export default (ref: ?HTMLElement): HTMLElement => (ref ? ref.ownerDocument.defaultView : window);