UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

7 lines (5 loc) 239 B
import type { DraggableDimension, DroppableDimension } from '../../types'; export default ( draggable: DraggableDimension, destination: DroppableDimension, ): boolean => draggable.descriptor.droppableId === destination.descriptor.id;