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

Interface HeaderProps

docs/app/components/header.tsx:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { cn } from "~/utils/css"
2
3interface HeaderProps {
4 children: React.ReactNode
5 className?: string
6}
7
8export const Header = ({ children, className }: HeaderProps) => {
9 return (

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…