@@ -207,6 +207,8 @@ module Props = {
207207 [@bs.optional]
208208 itemType: string , /* uri */
209209 /* tag-specific html attributes */
210+ [@bs.optional] [@bs.as "as"]
211+ as_: string ,
210212 [@bs.optional]
211213 accept: string ,
212214 [@bs.optional]
@@ -443,21 +445,21 @@ module Props = {
443445 [@bs.optional]
444446 onDoubleClick: ReactEvent . Mouse . t => unit ,
445447 [@bs.optional]
446- onDrag: ReactEvent . Mouse . t => unit ,
448+ onDrag: ReactEvent . Drag . t => unit ,
447449 [@bs.optional]
448- onDragEnd: ReactEvent . Mouse . t => unit ,
450+ onDragEnd: ReactEvent . Drag . t => unit ,
449451 [@bs.optional]
450- onDragEnter: ReactEvent . Mouse . t => unit ,
452+ onDragEnter: ReactEvent . Drag . t => unit ,
451453 [@bs.optional]
452- onDragExit: ReactEvent . Mouse . t => unit ,
454+ onDragExit: ReactEvent . Drag . t => unit ,
453455 [@bs.optional]
454- onDragLeave: ReactEvent . Mouse . t => unit ,
456+ onDragLeave: ReactEvent . Drag . t => unit ,
455457 [@bs.optional]
456- onDragOver: ReactEvent . Mouse . t => unit ,
458+ onDragOver: ReactEvent . Drag . t => unit ,
457459 [@bs.optional]
458- onDragStart: ReactEvent . Mouse . t => unit ,
460+ onDragStart: ReactEvent . Drag . t => unit ,
459461 [@bs.optional]
460- onDrop: ReactEvent . Mouse . t => unit ,
462+ onDrop: ReactEvent . Drag . t => unit ,
461463 [@bs.optional]
462464 onMouseDown: ReactEvent . Mouse . t => unit ,
463465 [@bs.optional]
@@ -1234,6 +1236,8 @@ module Props = {
12341236 [@bs.optional]
12351237 itemType: string , /* uri */
12361238 /* tag-specific html attributes */
1239+ [@bs.optional] [@bs.as "as"]
1240+ as_: string ,
12371241 [@bs.optional]
12381242 accept: string ,
12391243 [@bs.optional]
@@ -1468,21 +1472,21 @@ module Props = {
14681472 [@bs.optional]
14691473 onDoubleClick: ReactEvent . Mouse . t => unit ,
14701474 [@bs.optional]
1471- onDrag: ReactEvent . Mouse . t => unit ,
1475+ onDrag: ReactEvent . Drag . t => unit ,
14721476 [@bs.optional]
1473- onDragEnd: ReactEvent . Mouse . t => unit ,
1477+ onDragEnd: ReactEvent . Drag . t => unit ,
14741478 [@bs.optional]
1475- onDragEnter: ReactEvent . Mouse . t => unit ,
1479+ onDragEnter: ReactEvent . Drag . t => unit ,
14761480 [@bs.optional]
1477- onDragExit: ReactEvent . Mouse . t => unit ,
1481+ onDragExit: ReactEvent . Drag . t => unit ,
14781482 [@bs.optional]
1479- onDragLeave: ReactEvent . Mouse . t => unit ,
1483+ onDragLeave: ReactEvent . Drag . t => unit ,
14801484 [@bs.optional]
1481- onDragOver: ReactEvent . Mouse . t => unit ,
1485+ onDragOver: ReactEvent . Drag . t => unit ,
14821486 [@bs.optional]
1483- onDragStart: ReactEvent . Mouse . t => unit ,
1487+ onDragStart: ReactEvent . Drag . t => unit ,
14841488 [@bs.optional]
1485- onDrop: ReactEvent . Mouse . t => unit ,
1489+ onDrop: ReactEvent . Drag . t => unit ,
14861490 [@bs.optional]
14871491 onMouseDown: ReactEvent . Mouse . t => unit ,
14881492 [@bs.optional]
0 commit comments