ReactEventSourceinclude module type of struct include React.Event endtype target_like =
< checked : bool
; className : string
; id : string
; innerHTML : string
; name : string
; tagName : string
; textContent : string
; value : string >