UNPKG

react-beautiful-dnd

Version:

Beautiful, accessible drag and drop for lists with React.js

9 lines (7 loc) 209 B
// @flow import type { DraggingState } from '../../types'; export type AutoScroller = {| cancel: () => void, jumpScroll: (state: DraggingState) => void, fluidScroll: (state: DraggingState) => void, |};