Navigation
Functions¶
NavigationContext()¶
NavigationContext(
props
:ProviderProps
\<NavigationContextProps
>):ReactNode
Parameters¶
Parameter | Type |
---|---|
props |
ProviderProps \<NavigationContextProps > |
Returns¶
ReactNode
Defined in¶
lib/components/Navigation.tsx:23
NavigationProvider()¶
NavigationProvider(
props
:NavigationProviderProps
&RefAttributes
\<{navigateTo
:null
|NavigateTo
; }>):ReactNode
Parameters¶
Parameter | Type |
---|---|
props |
NavigationProviderProps & RefAttributes \<{navigateTo : null | NavigateTo ; }> |
Returns¶
ReactNode