UNPKG

react-carousel-query

Version:

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

5 lines 108 B
export default function _complement(f) { return function () { return !f.apply(this, arguments); }; }