react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
11 lines • 411 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./DefaultFormatter"));
__export(require("./CodeframeFormatter"));
__export(require("./FormatterFactory"));
__export(require("./InternalFormatter"));
__export(require("./RawFormatter"));
//# sourceMappingURL=index.js.map