@@ -441,21 +441,21 @@ module Props = {
441441    [@bs.optional]
442442    onDoubleClick:  ReactEvent . Mouse . t  => unit , 
443443    [@bs.optional]
444-     onDrag:  ReactEvent . Mouse . t  => unit , 
444+     onDrag:  ReactEvent . Drag . t  => unit , 
445445    [@bs.optional]
446-     onDragEnd:  ReactEvent . Mouse . t  => unit , 
446+     onDragEnd:  ReactEvent . Drag . t  => unit , 
447447    [@bs.optional]
448-     onDragEnter:  ReactEvent . Mouse . t  => unit , 
448+     onDragEnter:  ReactEvent . Drag . t  => unit , 
449449    [@bs.optional]
450-     onDragExit:  ReactEvent . Mouse . t  => unit , 
450+     onDragExit:  ReactEvent . Drag . t  => unit , 
451451    [@bs.optional]
452-     onDragLeave:  ReactEvent . Mouse . t  => unit , 
452+     onDragLeave:  ReactEvent . Drag . t  => unit , 
453453    [@bs.optional]
454-     onDragOver:  ReactEvent . Mouse . t  => unit , 
454+     onDragOver:  ReactEvent . Drag . t  => unit , 
455455    [@bs.optional]
456-     onDragStart:  ReactEvent . Mouse . t  => unit , 
456+     onDragStart:  ReactEvent . Drag . t  => unit , 
457457    [@bs.optional]
458-     onDrop:  ReactEvent . Mouse . t  => unit , 
458+     onDrop:  ReactEvent . Drag . t  => unit , 
459459    [@bs.optional]
460460    onMouseDown:  ReactEvent . Mouse . t  => unit , 
461461    [@bs.optional]
@@ -1465,21 +1465,21 @@ module Props = {
14651465    [@bs.optional]
14661466    onDoubleClick:  ReactEvent . Mouse . t  => unit , 
14671467    [@bs.optional]
1468-     onDrag:  ReactEvent . Mouse . t  => unit , 
1468+     onDrag:  ReactEvent . Drag . t  => unit , 
14691469    [@bs.optional]
1470-     onDragEnd:  ReactEvent . Mouse . t  => unit , 
1470+     onDragEnd:  ReactEvent . Drag . t  => unit , 
14711471    [@bs.optional]
1472-     onDragEnter:  ReactEvent . Mouse . t  => unit , 
1472+     onDragEnter:  ReactEvent . Drag . t  => unit , 
14731473    [@bs.optional]
1474-     onDragExit:  ReactEvent . Mouse . t  => unit , 
1474+     onDragExit:  ReactEvent . Drag . t  => unit , 
14751475    [@bs.optional]
1476-     onDragLeave:  ReactEvent . Mouse . t  => unit , 
1476+     onDragLeave:  ReactEvent . Drag . t  => unit , 
14771477    [@bs.optional]
1478-     onDragOver:  ReactEvent . Mouse . t  => unit , 
1478+     onDragOver:  ReactEvent . Drag . t  => unit , 
14791479    [@bs.optional]
1480-     onDragStart:  ReactEvent . Mouse . t  => unit , 
1480+     onDragStart:  ReactEvent . Drag . t  => unit , 
14811481    [@bs.optional]
1482-     onDrop:  ReactEvent . Mouse . t  => unit , 
1482+     onDrop:  ReactEvent . Drag . t  => unit , 
14831483    [@bs.optional]
14841484    onMouseDown:  ReactEvent . Mouse . t  => unit , 
14851485    [@bs.optional]
0 commit comments