type WebContext
Type definition for the global app context with web-specific render and activity contexts, set by the useWebContext function.
type WebContext = GlobalContext & { theme: WebTheme; activities: ActivityContext & { navigationController: WebHashNavigationController | WebHistoryNavigationController; }; }