UNPKG

react-carousel-query

Version:

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

8 lines (7 loc) 201 B
import { State } from './index'; interface Addition { [key: string]: any; } declare type Additions = Addition[]; declare const main: (...additions: Additions) => State; export default main;