UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

7 lines (5 loc) 217 B
import type { DraggableDescriptor, DraggableLocation } from '../types'; export default (descriptor: DraggableDescriptor): DraggableLocation => ({ index: descriptor.index, droppableId: descriptor.droppableId, });