MCPcopy Create free account
hub / github.com/TanStack/devtools / createStyles

Function createStyles

packages/devtools-a11y/src/core/styles/styles.ts:551–556  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

549}
550
551export function createStyles() {
552 const { theme } = createTheme()
553 const styles = createMemo(() => createA11yPanelStyles(theme()))
554
555 return styles
556}

Callers 4

A11yIssueListFunction · 0.90
A11ySettingsOverlayFunction · 0.90
A11yIssueCardFunction · 0.90
ShellFunction · 0.90

Calls 2

createThemeFunction · 0.90
createA11yPanelStylesFunction · 0.85

Tested by

no test coverage detected