UNPKG

react-carousel-query

Version:

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

11 lines (9 loc) 167 B
import { Parser } from './'; declare const parser: { parsers: { remark: Parser; markdown: Parser; mdx: Parser; }; }; export = parser;