UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

7 lines (4 loc) 182 B
import { getRect } from 'css-box-model'; import type { Position } from 'css-box-model'; export default (el: HTMLElement): Position => getRect(el.getBoundingClientRect()).center;