UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

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