UNPKG

react-beautiful-dnd

Version:

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

11 lines (9 loc) 285 B
// @flow import { type Position } from 'css-box-model'; import type { DragImpact } from '../../../types'; export type Result = {| // how far the draggable needs to move to be in its new home pageBorderBoxCenter: Position, // The impact of the movement impact: DragImpact, |};