UNPKG

170 BJavaScriptView Raw
1export default function step(config) {
2 return (s, action, state) => {
3 return {
4 current: state.slides.length + 1
5 };
6 };
7}
8//# sourceMappingURL=step.js.map
\No newline at end of file