Skip to content

HookableEventConstructor

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

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

Type for a constructor function that creates HookableEvent instances.

Type ParameterDefault type
T extends HookableEventHookableEvent
ParameterType
argsany[]

T