UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

7 lines (5 loc) 136 B
import type { Position } from 'css-box-model'; export default (el: Element): Position => ({ x: el.scrollLeft, y: el.scrollTop, });