Skip to main content

type alias HookFn

The hook function. The first argument is the context in which the hook is called. If the hook uses callbacks, the callback function is passed as the second argument.

Definition #

(
done: (result?: any) => void,
) => any

Did you find what you needed?

Privacy policy