UNPKG

react-carousel-query

Version:

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

5 lines (4 loc) 257 B
import { Filter, Options } from './types'; export declare function createProxyMiddleware(context: Filter | Options, options?: Options): import("./types").RequestHandler; export * from './handlers'; export { Filter, Options, RequestHandler } from './types';