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

Function SectionTitle

packages/devtools-ui/src/components/section.tsx:17–27  ·  view source on GitHub ↗
({
  children,
  ...rest
}: JSX.IntrinsicElements['h3'])

Source from the content-addressed store, hash-verified

15 >
16 {children}
17 </section>
18 )
19}
20
21export const SectionTitle = ({
22 children,
23 ...rest
24}: JSX.IntrinsicElements['h3']) => {
25 const styles = createStyles()
26 return (
27 <h3
28 data-tsd-separator
29 class={clsx(styles().section.title, rest.class)}
30 {...rest}

Callers

nothing calls this directly

Calls 1

createStylesFunction · 0.90

Tested by

no test coverage detected