TLEventMapHandler

See source code
type TLEventMapHandler<T extends keyof TLEventMap> = (
  ...args: TLEventMap[T]
) => void
Prev
TLEventInfo
Next
TLEventName