MCPcopy
hub / github.com/styletron/styletron / Window

Interface Window

packages/styletron-react/src/index.tsx:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6declare var __BROWSER__: boolean;
7declare global {
8 interface Window {
9 __STYLETRON_DEVTOOLS__: any;
10 }
11}
12
13declare var process: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected