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

Function SectionIcon

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

Source from the content-addressed store, hash-verified

39 ...rest
40}: JSX.IntrinsicElements['p']) => {
41 const styles = createStyles()
42 return (
43 <p class={clsx(styles().section.description, rest.class)} {...rest}>
44 {children}
45 </p>
46 )
47}
48
49export const SectionIcon = ({
50 children,
51 ...rest
52}: JSX.IntrinsicElements['span']) => {
53 const styles = createStyles()
54 return (

Callers

nothing calls this directly

Calls 1

createStylesFunction · 0.90

Tested by

no test coverage detected