UNPKG

@j2inn/app-react

Version:

React implementation of the j2inn-app framework

8 lines (7 loc) 287 B
/// <reference types="react" /> import { AppRootStore } from '@j2inn/app'; export declare const AppRootStoreContext: import("react").Context<AppRootStore | null>; /** * A hook used for accessing the application's root store. */ export declare function useAppRootStore(): AppRootStore;