UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

8 lines (6 loc) 171 B
import type { DropReason } from '../../types'; export interface StyleMarshal { dragging: () => void; dropping: (reason: DropReason) => void; resting: () => void; }