MCPcopy
hub / github.com/Codehagen/Badget / SectionHeaderProps

Interface SectionHeaderProps

src/components/section-header.tsx:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface SectionHeaderProps {
2 children: React.ReactNode;
3}
4
5export function SectionHeader({ children }: SectionHeaderProps) {
6 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected