UNPKG

react-beautiful-dnd-next

Version:

Beautiful and accessible drag and drop for lists with React

10 lines (8 loc) 225 B
// @flow import type { State, DraggingState } from '../../types'; export type AutoScroller = {| start: (state: DraggingState) => void, stop: () => void, cancelPending: () => void, scroll: (state: State) => void, |};