UNPKG

react-beautiful-dnd-next

Version:

Beautiful and accessible drag and drop for lists with React

10 lines (8 loc) 221 B
// @flow import type { Position } from 'css-box-model'; import type { DragImpact } from '../../types'; export type PublicResult = {| clientSelection: Position, impact: DragImpact, scrollJumpRequest: ?Position, |};