Type Alias EventHandler<T>

EventHandler<T>: ((payload: T) => void)

Type Parameters

  • T