MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / ChakraThemeProvider

Function ChakraThemeProvider

app/src/theme/ChakraThemeProvider.tsx:85–92  ·  view source on GitHub ↗
({ children }: { children: JSX.Element })

Source from the content-addressed store, hash-verified

83export { toast };
84
85export const ChakraThemeProvider = ({ children }: { children: JSX.Element }) => {
86 return (
87 <ChakraProvider theme={theme}>
88 <ToastContainer />
89 {children}
90 </ChakraProvider>
91 );
92};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected