| 22 | } |
| 23 | |
| 24 | interface RouteDataProps<T extends object> { |
| 25 | children: (routeData: T) => React.ReactNode |
| 26 | } |
| 27 | |
| 28 | interface SiteDataProps<T extends object> { |
| 29 | children: (siteData: T) => React.ReactNode |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…