UNPKG

react-carousel-query

Version:

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

11 lines (9 loc) 185 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cloneNode = cloneNode; function cloneNode(n) { // $FlowIgnore return Object.assign({}, n); }