react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
21 lines (14 loc) • 460 B
JavaScript
/*! https://mths.be/repeat v1.0.0 by @mathias */
;
var callBind = require('es-abstract/helpers/callBind');
var define = require('define-properties');
var implementation = require('./implementation');
var getPolyfill = require('./polyfill');
var shim = require('./shim');
var boundRepeat = callBind(getPolyfill());
define(boundRepeat, {
getPolyfill: getPolyfill,
implementation: implementation,
shim: shim
});
module.exports = boundRepeat;