remix/ui · Type

View Source

Dispatched

Summary

Event type with currentTarget narrowed to the dispatched target.

Signature

type Dispatched<event, target> = Omit<event, 'currentTarget'> & { currentTarget: target }