JavaScript drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)
12.38k
stars
785
forks
source link
[Typings] InteractEvent for resize is missing react and reactDelta #617
Closed
gossi closed 5 years ago
For resize events, the docs mention the
rect
anddeltaRect
property which is added toInteractEvent
, ref: http://interactjs.io/docs/#resize-edgesHowever, the typings are missing them and my IDE marks them as wrong.