UNPKG

react-beautiful-dnd-next

Version:

Beautiful and accessible drag and drop for lists with React

10 lines (8 loc) 204 B
// @flow import type { DropReason } from '../../types'; export type StyleMarshal = {| dragging: () => void, dropping: (reason: DropReason) => void, resting: () => void, styleContext: string, |};