UNPKG

react-carousel-query

Version:

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

7 lines (6 loc) 201 B
import { Formatter } from './Formatter'; /** * TODO: maybe we should not treat internal errors as issues */ declare function createInternalFormatter(): Formatter; export { createInternalFormatter };