UNPKG

react-carousel-query

Version:

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

14 lines (10 loc) 250 B
"use strict"; const { Linter } = require("./linter"); const interpolate = require("./interpolate"); const SourceCodeFixer = require("./source-code-fixer"); module.exports = { Linter, // For testers. SourceCodeFixer, interpolate };