MCPcopy Create free account
hub / github.com/callstack/react-theme-provider /

Class

src/createThemeProvider.js:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 ThemeContext: React.Context<T>
13): ThemeProviderType<T> {
14 return class ThemeProvider extends React.Component<*> {
15 static defaultProps = {
16 theme: defaultTheme,
17 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected