UNPKG

react-beautiful-dnd-next

Version:

Beautiful and accessible drag and drop for lists with React

6 lines (4 loc) 181 B
// @flow import type { DraggableId, OnLift } from '../../types'; export default (draggableId: DraggableId, onLift: OnLift): boolean => Boolean(onLift.wasDisplaced[draggableId]);