UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

8 lines (6 loc) 198 B
import { invariant } from '../invariant'; export default (): HTMLBodyElement => { const body = document.body; invariant(body, 'Cannot find document.body'); return body as HTMLBodyElement; };