File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ module rec Props =
4141 | OnChange of ( React.FormEvent -> unit )
4242 | OnInput of ( React.FormEvent -> unit )
4343 | OnSubmit of ( React.FormEvent -> unit )
44+ | OnReset of ( React.FormEvent -> unit )
4445 | OnLoad of ( React.SyntheticEvent -> unit )
4546 | OnError of ( React.SyntheticEvent -> unit )
4647 | OnKeyDown of ( React.KeyboardEvent -> unit )
Original file line number Diff line number Diff line change @@ -432,6 +432,7 @@ module React =
432432 abstract onChange: FormEventHandler option with get, set
433433 abstract onInput: FormEventHandler option with get, set
434434 abstract onSubmit: FormEventHandler option with get, set
435+ abstract onReset: FormEventHandler option with get, set
435436 abstract onLoad: ReactEventHandler option with get, set
436437 abstract onError: ReactEventHandler option with get, set
437438 abstract onKeyDown: KeyboardEventHandler option with get, set
You can’t perform that action at this time.
0 commit comments