UNPKG

react-redux-isomorphic

Version:

Set of utilities for creating isomorphic applications using react-redux

8 lines (7 loc) 240 B
/// <reference types="react" /> import type { DefaultLoadParams } from './types'; declare const IsomorphicContext: import("react").Context<{ loadParams: DefaultLoadParams; isFakeHooks: boolean; }>; export default IsomorphicContext;