Types: PropsCallbackContext<TParent> 
ts
type PropsCallbackContext<TParent> = object;Context provided to props callback functions
Type Parameters 
| Type Parameter | Default type | 
|---|---|
TParent extends Route | undefined | Route | undefined | 
Properties 
| Property | Type | 
|---|---|
 parent | PropsCallbackParent<TParent> | 
 push | CallbackContext["push"] | 
 reject | CallbackContext["reject"] | 
 replace | CallbackContext["replace"] |