Skip to content

Types: AddComponentHook()

ts
type AddComponentHook = (registration) => HookRemove;

Function to add a component route hook with depth-based condition checking.

Parameters

ParameterType
registrationComponentHookRegistration

Returns

HookRemove