UNPKG

react-carousel-query

Version:

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

4 lines (3 loc) 218 B
import type { EventType, Payload, Options } from './types'; export * from './storybook-metadata'; export declare const telemetry: (eventType: EventType, payload?: Payload, options?: Partial<Options>) => Promise<void>;