UNPKG

react-beautiful-dnd

Version:

Beautiful, accessible drag and drop for lists with React.js

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