MCPcopy
hub / github.com/loggerhead/json4u / SectionProps

Interface SectionProps

src/components/Section.tsx:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { cn } from "@/lib/utils";
3
4export interface SectionProps extends React.HTMLAttributes<HTMLDivElement> {}
5
6const Section = forwardRef<HTMLDivElement, SectionProps>(({ className, children, ...props }, ref) => {
7 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected