UNPKG

react-beautiful-dnd

Version:

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

10 lines (8 loc) 169 B
// @flow import type { State, Hooks, } from '../../types'; export type HookCaller = {| onStateChange: (hooks: Hooks, previous: State, current: State) => void, |}