Public TypeAlias
type TLEventMapHandler<T extends keyof TLEventMap> = ( ...args: TLEventMap[T] ) => void
TLEventMap