Skip to content

HookEventConstructor

type HookEventConstructor<T> = (...args) => T;

Defined in: src/hooks/types.ts:8

Type for a constructor function that creates HookEvent instances.

Type ParameterDefault type
T extends HookEventHookEvent
ParameterType
argsany[]

T