UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

8 lines (6 loc) 214 B
import { invariant } from '../invariant'; export default (): HTMLElement => { const doc: HTMLElement | null = document.documentElement; invariant(doc, 'Cannot find document.documentElement'); return doc; };