UNPKG

react-application-core

Version:

A react-based application core for the business applications.

3 lines (2 loc) 201 B
import { Middleware, ReducersMapObject, Store } from 'redux'; export declare function buildUniversalStore<TState>(reducers: ReducersMapObject, appMiddlewares?: Middleware[]): Promise<Store<TState>>;