MCPcopy
hub / github.com/reactchartjs/react-chartjs-2 / IContext

Interface IContext

website/src/components/ContextProvider.tsx:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { useColorMode } from '@docusaurus/theme-common';
4
5interface IContext {
6 branch: string;
7 theme: 'light' | 'dark';
8}
9
10export default function ContextProvider({
11 children,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…