/
githubmirror
/
react-beautiful-dnd
Обзор
Документация
Войти
/
githubmirror
/
react-beautiful-dnd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/state/rect.js
7 строк
267 B
Alex Reardon
new api for get drag impact
29 ноя 2019, 11:30
29 ноя 2019, 11:30
c0744b5
Код
Авторство
О чём код?
// @flow 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));