UNPKG

react-carousel-query

Version:

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

8 lines (7 loc) 299 B
import { DecoratorFunction } from '../models'; export declare const decorateAction: (_decorators: DecoratorFunction[]) => () => void; export declare const decorate: (_decorators: DecoratorFunction[]) => () => { action: () => void; actions: () => void; withActions: () => void; };