MCPcopy Create free account
hub / github.com/api-platform/website / SectionProps

Interface SectionProps

pwa/components/con/home/Section.tsx:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import useIntersection from "hooks/useIntersection";
9
10interface SectionProps extends PropsWithChildren {
11 className?: string;
12 section: string;
13}
14
15interface SectionsContextInterface {
16 sectionsVisibles: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected