MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / ThemeProvider

Function ThemeProvider

components/theme-provider.tsx:6–11  ·  view source on GitHub ↗
({
  children,
  ...props
}: React.ComponentProps<typeof NextThemesProvider>)

Source from the content-addressed store, hash-verified

4import * as React from "react";
5
6export function ThemeProvider({
7 children,
8 ...props
9}: React.ComponentProps<typeof NextThemesProvider>) {
10 return <NextThemesProvider {...props}>{children}</NextThemesProvider>;
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected