Files
DefinitelyTyped/types
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-16 05:26:33 -04:00
2018-03-15 12:10:19 +01:00
2018-03-15 11:56:44 -04:00
2018-03-16 17:38:34 +08:00
2018-03-15 20:18:46 +01:00
2018-03-15 08:32:15 +01:00