Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/styletron/styletron
/ debug
Method
debug
packages/styletron-react/src/dev-tool.ts:109–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
// todo: export debug engine interface
108
export
class
NoopDebugEngine {
109
debug(): undefined {
110
return
;
111
}
112
}
113
114
declare
var
__BROWSER__: boolean;
Callers
2
useStyletron
Function · 0.45
createStyledElementComponent
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected