Type alias HookFunction

HookFunction: (<T>(hookProps) => void | Promise<void>)

Type declaration