File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1297,24 +1297,24 @@ export interface Events {
1297
1297
// form events
1298
1298
onChange : Event
1299
1299
onBeforeinput : InputEvent
1300
- onInput : InputEvent
1300
+ onInput : Event
1301
1301
onReset : Event
1302
1302
onSubmit : SubmitEvent
1303
1303
onInvalid : Event
1304
1304
1305
1305
// image events
1306
1306
onLoad : Event
1307
- onError : Event
1307
+ onError : ErrorEvent
1308
1308
1309
1309
// keyboard events
1310
1310
onKeydown : KeyboardEvent
1311
1311
onKeypress : KeyboardEvent
1312
1312
onKeyup : KeyboardEvent
1313
1313
1314
1314
// mouse events
1315
- onAuxclick : MouseEvent
1316
- onClick : MouseEvent
1317
- onContextmenu : MouseEvent
1315
+ onAuxclick : PointerEvent
1316
+ onClick : PointerEvent
1317
+ onContextmenu : PointerEvent
1318
1318
onDblclick : MouseEvent
1319
1319
onMousedown : MouseEvent
1320
1320
onMouseenter : MouseEvent
@@ -1325,7 +1325,7 @@ export interface Events {
1325
1325
onMouseup : MouseEvent
1326
1326
1327
1327
// media events
1328
- onAbort : Event
1328
+ onAbort : UIEvent
1329
1329
onCanplay : Event
1330
1330
onCanplaythrough : Event
1331
1331
onDurationchange : Event
You can’t perform that action at this time.
0 commit comments