UNPKG

react-beautiful-dnd

Version:

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

13 lines (10 loc) 182 B
// @flow export type EventOptions = {| passive?: boolean, capture?: boolean, |} export type EventBinding = {| eventName: string, fn: Function, options?: EventOptions, |}