UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

10 lines (8 loc) 249 B
import type { DroppableDimension, DroppableDimensionMap } from '../types'; export default ( droppables: DroppableDimensionMap, updated: DroppableDimension, ): DroppableDimensionMap => ({ ...droppables, [updated.descriptor.id]: updated, });