MCPcopy
hub / github.com/shuding/nextra / useThemeConfig

Function useThemeConfig

packages/nextra-theme-docs/src/stores/theme-config.ts:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 * @returns A subset of your theme configuration context.
33 */
34export const useThemeConfig = () => useContext(ThemeConfigContext)
35
36export const ThemeConfigProvider = (
37 props: ComponentProps<typeof ThemeConfigContext.Provider>

Callers 12

ThemeSwitchFunction · 0.90
LastUpdatedFunction · 0.90
TOCFunction · 0.90
FolderFunction · 0.90
MobileNavFunction · 0.90
SidebarFunction · 0.90
LocaleSwitchFunction · 0.90
PaginationFunction · 0.90
NotFoundLinkFunction · 0.90
SwitchersFunction · 0.90
ClientNavbarFunction · 0.90
ClientWrapperFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…