MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / TitleProps

Interface TitleProps

docs/app/ui/title.tsx:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10} as const
11
12interface TitleProps extends React.HTMLAttributes<HTMLHeadingElement> {
13 children: React.ReactNode
14 as: keyof typeof ValidTitleElements
15 className?: string
16}
17
18/**
19 * A reusable, styled heading component for consistent typography across the project.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…