MCPcopy Index your code
hub / github.com/react-static/react-static / SiteDataProps

Interface SiteDataProps

packages/react-static/src/index.d.ts:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28interface SiteDataProps<T extends object> {
29 children: (siteData: T) => React.ReactNode
30}
31
32/**
33 * Hook to get the Route Data for the current route

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…