UNPKG

react-beautiful-dnd-next

Version:

Beautiful and accessible drag and drop for lists with React

9 lines (7 loc) 204 B
// @flow import invariant from 'tiny-invariant'; export default (): HTMLBodyElement => { const body: ?HTMLBodyElement = document.body; invariant(body, 'Cannot find document.body'); return body; };