UNPKG

react-beautiful-dnd

Version:

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

9 lines (7 loc) 226 B
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, |}