UNPKG

react-redux-isomorphic

Version:

Set of utilities for creating isomorphic applications using react-redux

4 lines (3 loc) 210 B
import type { Store } from 'redux'; import type { StoreState } from './types'; export declare const waitAndRender: <Result>(render: () => Result | Promise<Result>, store: Store<StoreState>) => Promise<Result>;