Skip to content

HookableEventConstructor

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

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

Type for a constructor function that creates HookableEvent instances.

| Type Parameter | Default type | | -------------------------------------------------- | ------------------------------------ | | T extends HookableEvent | HookableEvent |

| Parameter | Type | | --------- | -------- | | …args | any[] |

T