MCPcopy Create free account
hub / github.com/9d8dev/directory / ThemeProvider

Function ThemeProvider

components/theme-provider.tsx:7–9  ·  view source on GitHub ↗
({ children, ...props }: ThemeProviderProps)

Source from the content-addressed store, hash-verified

5import { type ThemeProviderProps } from "next-themes/dist/types";
6
7export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
8 return <NextThemesProvider {...props}>{children}</NextThemesProvider>;
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected