Dispatched

View Source

Summary

Event type with currentTarget narrowed to the dispatched target.

Signature

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