UNPKG

react-carousel-query

Version:

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

9 lines (8 loc) 245 B
import type { Options as TelejsonOptions } from 'telejson'; interface Options { depth: number; clearOnStoryChange: boolean; limit: number; } export declare type ActionOptions = Partial<Options> & Partial<TelejsonOptions>; export {};