taye / interact.js

JavaScript drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)
http://interactjs.io/
MIT License
12.38k stars 785 forks source link

[Typings] InteractEvent for resize is missing react and reactDelta #617

Closed gossi closed 5 years ago

gossi commented 6 years ago

For resize events, the docs mention the rect and deltaRect property which is added to InteractEvent, ref: http://interactjs.io/docs/#resize-edges

However, the typings are missing them and my IDE marks them as wrong.

taye commented 5 years ago

Duplicate of #623