Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ lightStyles
Function
lightStyles
packages/query-devtools/src/Explorer.tsx:673–673 ·
view source on GitHub ↗
(css: (typeof goober)['css'])
Source
from the content-addressed store, hash-verified
671
}
672
673
const lightStyles = (css: (typeof goober)[
'css'
]) => stylesFactory(
'light'
, css)
674
const darkStyles = (css: (typeof goober)[
'css'
]) => stylesFactory(
'dark'
, css)
Callers
6
Expander
Function · 0.70
CopyButton
Function · 0.70
ClearArrayButton
Function · 0.70
DeleteItemButton
Function · 0.70
ToggleValueButton
Function · 0.70
Explorer
Function · 0.70
Calls
1
stylesFactory
Function · 0.70
Tested by
no test coverage detected