UNPKG

react-redux-isomorphic

Version:

Set of utilities for creating isomorphic applications using react-redux

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