* Props for the AppContextProvider wrapper
| 26 | * Props for the AppContextProvider wrapper |
| 27 | */ |
| 28 | interface AppContextProviderProps { |
| 29 | readonly children: ReactNode; |
| 30 | readonly value?: TestAppContext; |
| 31 | readonly initialEntries?: string[]; |
| 32 | } |
| 33 | |
| 34 | /** |
| 35 | * Wrapper component that provides ThemeProvider, BaseStyles, and AppContext |
nothing calls this directly
no outgoing calls
no test coverage detected