UNPKG

react-beautiful-dnd

Version:

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

7 lines (5 loc) 145 B
// @flow import type { State } from '../../types'; export type AutoScroller = {| onStateChange: (previous: State, current: State) => void, |}