MCPcopy Create free account
hub / github.com/TanStack/query / t

Function t

packages/query-devtools/src/Explorer.tsx:544–544  ·  view source on GitHub ↗
(light: string, dark: string)

Source from the content-addressed store, hash-verified

542) => {
543 const { colors, font, size, border } = tokens
544 const t = (light: string, dark: string) => (theme === 'light' ? light : dark)
545 return {
546 entry: css`
547 & * {

Callers 1

stylesFactoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected