MCPcopy Create free account
hub / github.com/atomicdata-dev/atomic-data-browser / ThemeWrapperProps

Interface ThemeWrapperProps

data-browser/src/styling.tsx:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { SettingsContext } from './helpers/AppSettings';
12
13interface ThemeWrapperProps {
14 children: React.ReactNode;
15}
16
17/**
18 * Provides the theme for all components below. Make sure to wrap this inside

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected