Type Alias HookCallback<T>

HookCallback: (...args: T) => void

Type Parameters

  • T extends unknown[]