The standard typings for react-dnd suck. In particular
- They ignore the fact that thre props recieved by the wrapped component are a union of the props passed in to the react-dnd HOC and props collected by react-dnd collectors
- Items are assigned type
Object
- DropResults are assigned the type
Object
These types are a work and progress, which means they suck too. They just suck a little less than the standard typings