UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

6 lines (4 loc) 187 B
import getWindowFromEl from '../window/get-window-from-el'; export default function isHtmlElement(el: any): el is HTMLElement { return el instanceof getWindowFromEl(el).HTMLElement; }