MCPcopy Index your code
hub / github.com/TanStack/devtools / t

Function t

packages/devtools/src/styles/use-styles.ts:86–86  ·  view source on GitHub ↗
(light: string, dark: string)

Source from the content-addressed store, hash-verified

84 const { fontFamily, size: fontSize } = font
85 const css = goober.css
86 const t = (light: string, dark: string) => (theme === 'light' ? light : dark)
87
88 return {
89 seoTabContainer: css`

Callers 1

stylesFactoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected