UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

9 lines (7 loc) 218 B
import type { Position } from 'css-box-model'; import type { DragImpact } from '../../types'; export interface PublicResult { clientSelection: Position; impact: DragImpact; scrollJumpRequest: Position | null; }