@dr.pogodin/react-utils
Version:
Collection of generic ReactJS components and utils
15 lines (11 loc) • 534 B
JavaScript
import { withGlobalStateType } from '@dr.pogodin/react-global-state';
/** Mapping "chunkName" > array of asset paths. */
// The type of data object injected by server into generated markup.
// TODO: Not 100% sure now, whether it indeed can be replaced by type,
// or do we really need it to be an interface. Keeping the interface for now.
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
const {
getSsrContext
} = withGlobalStateType();
export { getSsrContext };
//# sourceMappingURL=globalState.js.map