UNPKG

react-redux-isomorphic

Version:

Set of utilities for creating isomorphic applications using react-redux

4 lines (3 loc) 258 B
import type { SingleState, StoreState } from './types'; declare const getComponentState: <IsomorphicContext, IsomorphicError>(storeState: StoreState, isomorphicId: string) => SingleState<IsomorphicContext, IsomorphicError>; export default getComponentState;