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

Function SectionDescription

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

Source from the content-addressed store, hash-verified

27 <h3
28 data-tsd-separator
29 class={clsx(styles().section.title, rest.class)}
30 {...rest}
31 >
32 {children}
33 </h3>
34 )
35}
36
37export const SectionDescription = ({
38 children,
39 ...rest
40}: JSX.IntrinsicElements['p']) => {
41 const styles = createStyles()
42 return (

Callers

nothing calls this directly

Calls 1

createStylesFunction · 0.90

Tested by

no test coverage detected