Dispatched
Summary
Event type with currentTarget narrowed to the dispatched target.
Signature
type Dispatched<event, target> = Omit<event, 'currentTarget'> & { currentTarget: target }
Event type with currentTarget narrowed to the dispatched target.
type Dispatched<event, target> = Omit<event, 'currentTarget'> & { currentTarget: target }