2019-11-07 00:07:06 +00:00
|
|
|
import { Dictionary, ActionCreator, UpduxMiddleware } from '../types';
|
|
|
|
declare function buildMiddleware<S = any>(effects?: Dictionary<UpduxMiddleware<S>>, actions?: Dictionary<ActionCreator>, subduxes?: any): UpduxMiddleware<S>;
|
2019-10-24 15:52:36 +00:00
|
|
|
export default buildMiddleware;
|
|
|
|
//# sourceMappingURL=index.d.ts.map
|