updux/dist/buildMiddleware/index.d.ts
Yanick Champoux 057226dfd1 compile
2019-11-06 19:07:06 -05:00

4 lines
296 B
TypeScript

import { Dictionary, ActionCreator, UpduxMiddleware } from '../types';
declare function buildMiddleware<S = any>(effects?: Dictionary<UpduxMiddleware<S>>, actions?: Dictionary<ActionCreator>, subduxes?: any): UpduxMiddleware<S>;
export default buildMiddleware;
//# sourceMappingURL=index.d.ts.map