Reference

JSXEvent

DOM event type with a narrowed currentTarget.

Signature

type JSXEvent = TEvent & { currentTarget: TCurrentTarget }