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

Function darkStyles

packages/query-devtools/src/Explorer.tsx:674–674  ·  view source on GitHub ↗
(css: (typeof goober)['css'])

Source from the content-addressed store, hash-verified

672
673const lightStyles = (css: (typeof goober)['css']) => stylesFactory('light', css)
674const darkStyles = (css: (typeof goober)['css']) => stylesFactory('dark', css)

Callers 6

ExpanderFunction · 0.70
CopyButtonFunction · 0.70
ClearArrayButtonFunction · 0.70
DeleteItemButtonFunction · 0.70
ToggleValueButtonFunction · 0.70
ExplorerFunction · 0.70

Calls 1

stylesFactoryFunction · 0.70

Tested by

no test coverage detected