MCPcopy
hub / github.com/QwikDev/qwik / SiteStore

Interface SiteStore

packages/docs/src/context.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type { PkgManagers } from './components/package-manager-tabs';
4
5export interface SiteStore {
6 headerMenuOpen: boolean;
7 sideMenuOpen: boolean;
8 theme: ThemePreference | 'auto';
9 pkgManager: PkgManagers;
10}
11
12export const GlobalStore = createContextId<SiteStore>('site-store');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…