UNPKG

react-carousel-query

Version:

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

7 lines (6 loc) 196 B
import { Filter, Options } from './types'; export declare type Config = { context: Filter; options: Options; }; export declare function createConfig(context: any, opts?: Options): Config;