MCPcopy
hub / github.com/gitify-app/gitify / AppContextProviderProps

Interface AppContextProviderProps

src/renderer/__helpers__/test-utils.tsx:28–32  ·  view source on GitHub ↗

* Props for the AppContextProvider wrapper

Source from the content-addressed store, hash-verified

26 * Props for the AppContextProvider wrapper
27 */
28interface AppContextProviderProps {
29 readonly children: ReactNode;
30 readonly value?: TestAppContext;
31 readonly initialEntries?: string[];
32}
33
34/**
35 * Wrapper component that provides ThemeProvider, BaseStyles, and AppContext

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected