UNPKG

react-carousel-query

Version:

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

9 lines 224 B
import React from 'react'; export var Wrapper = function Wrapper(_ref) { var children = _ref.children; return /*#__PURE__*/React.createElement("div", { style: { fontFamily: 'sans-serif' } }, children); };