UNPKG

react-beautiful-dnd-next

Version:

Beautiful and accessible drag and drop for lists with React

6 lines (4 loc) 158 B
// @flow import { getRect, type Position } from 'css-box-model'; export default (el: HTMLElement): Position => getRect(el.getBoundingClientRect()).center;