UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

7 lines (5 loc) 225 B
import "core-js/modules/es.array.reduce.js"; import merge from './lib/merge'; // Returns the initialState of the app const main = (...additions) => additions.reduce((acc, item) => merge(acc, item), {}); export default main;