UNPKG

react-beautiful-dnd

Version:

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

12 lines (10 loc) 199 B
// @flow import type { State, } from '../../types'; export type StyleMarshal = {| onPhaseChange: (current: State) => void, styleContext: string, unmount: () => void, mount: () => void, |}