Types: AddComponentHook()
ts
type AddComponentHook = (registration) => HookRemove;Function to add a component route hook with depth-based condition checking.
Parameters
| Parameter | Type |
|---|---|
registration | ComponentHookRegistration |