| 26 | } |
| 27 | |
| 28 | interface SiteDataProps<T extends object> { |
| 29 | children: (siteData: T) => React.ReactNode |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Hook to get the Route Data for the current route |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…