Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/query
/ t
Function
t
packages/query-devtools/src/Explorer.tsx:530–530 ·
view source on GitHub ↗
(light: string, dark: string)
Source
from the content-addressed store, hash-verified
528
) => {
529
const { colors, font, size, border } = tokens
530
const t = (light: string, dark: string) => (theme ===
'light'
? light : dark)
531
return {
532
entry: css`
533
& * {
Callers
1
stylesFactory
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected