UNPKG

react-carousel-query

Version:

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

17 lines (14 loc) 355 B
"use strict"; const hook = require("./hook.js"); const { LocalClient } = require("./worker-client.js"); const client = new LocalClient(); function register(opts = {}) { return hook.register(client, Object.assign({}, opts)); } module.exports = Object.assign(register, { revert: hook.revert, default: register }); //# sourceMappingURL=node.js.map