UNPKG

react-redux-isomorphic

Version:

Set of utilities for creating isomorphic applications using react-redux

4 lines (3 loc) 161 B
import type { Store } from 'redux'; import type { StoreState } from './types'; export declare const waitForContext: (store: Store<StoreState>) => Promise<void>;