UNPKG

react-beautiful-dnd-next

Version:

Beautiful and accessible drag and drop for lists with React

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