UNPKG

react-carousel-query

Version:

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

9 lines (7 loc) 121 B
import { Parser } from './'; declare const parser: { parsers: { graphql: Parser; }; }; export = parser;