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

Interface Sidebar

src/pages/llms.txt.tsx:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21interface Sidebar {
22 title: string;
23 routes: RouteItem[];
24}
25
26interface Page {
27 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected