UNPKG

react-beautiful-dnd

Version:

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

10 lines (8 loc) 235 B
// @flow import type { Position, DragImpact } from '../../types'; export type Result = {| // how far the draggable needs to move to be in its new home pageCenter: Position, // The impact of the movement impact: DragImpact, |}