UNPKG

react-carousel-query

Version:

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

5 lines 118 B
export default function _pipe(f, g) { return function () { return g.call(this, f.apply(this, arguments)); }; }