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

Class

examples/web/src/App.js:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import type { Theme } from './theming';
11
12class App extends React.Component<*, { theme: Theme }> {
13 state = {
14 theme: themes.default,
15 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected