UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

7 lines (5 loc) 258 B
import { getRect } from 'css-box-model'; import type { Rect, Position } from 'css-box-model'; import { offsetByPosition } from './spacing'; export const offsetRectByPosition = (rect: Rect, point: Position): Rect => getRect(offsetByPosition(rect, point));