MCPcopy Create free account
hub / github.com/react-static/react-static / RouteDataProps

Interface RouteDataProps

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

Source from the content-addressed store, hash-verified

22}
23
24interface RouteDataProps<T extends object> {
25 children: (routeData: T) => React.ReactNode
26}
27
28interface SiteDataProps<T extends object> {
29 children: (siteData: T) => React.ReactNode

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…