| 50 | }; |
| 51 | |
| 52 | interface CreateProvidersOptions { |
| 53 | queryClient: QueryClient; |
| 54 | route: string; |
| 55 | theme: Theme; |
| 56 | store: ReturnType<typeof createDefaultStore>; |
| 57 | } |
| 58 | |
| 59 | const createProviders: (options: React.PropsWithChildren<CreateProvidersOptions>) => React.ReactElement = ({ |
| 60 | queryClient, |
nothing calls this directly
no outgoing calls
no test coverage detected