Skip to content

Type Alias: EventHandler

type EventHandler = (ctx) => void;

Parameters

Parameter Type
ctx HookContext

Returns

void