UNPKG

react-beautiful-dnd-next

Version:

Beautiful and accessible drag and drop for lists with React

8 lines (6 loc) 145 B
// @flow import type { Position } from 'css-box-model'; export default (el: Element): Position => ({ x: el.scrollLeft, y: el.scrollTop, });