UNPKG

react-beautiful-dnd-next

Version:

Beautiful and accessible drag and drop for lists with React

7 lines (5 loc) 99 B
// @flow export type Instruction = {| proposedIndex: number, modifyDisplacement: boolean, |};