UNPKG

react-carousel-query

Version:

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

12 lines (10 loc) 185 B
import { Parser } from './'; declare const parser: { parsers: { html: Parser; angular: Parser; vue: Parser; lwc: Parser; }; }; export = parser;