Files
DefinitelyTyped/types/react-beautiful-dnd
Phil Nova c5dddbcb97 Add typings for onDragUpdate
While mentioned in the docs, attempting to use onDragUpdate will cause a type error. This PR introduces typings for onDragUpdate that are consistent with the docs:

`type DragUpdate = {|
  ...DragStart,
  // may not have any destination (drag to nowhere)
  destination: ?DraggableLocation,
|}`
2018-03-19 18:37:54 -07:00
..
2018-03-19 18:37:54 -07:00