MCPcopy Index your code
hub / github.com/reactjs/react.dev / Page

Interface Page

src/pages/llms.txt.tsx:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26interface Page {
27 title: string;
28 url: string;
29}
30
31interface SubGroup {
32 heading: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected