UNPKG

react-carousel-query

Version:

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

7 lines (6 loc) 292 B
import React from 'react'; import { ToolbarMenuProps } from '../types'; export declare type WithKeyboardCycleProps = { cycleValues?: string[]; }; export declare const withKeyboardCycle: (Component: React.ComponentType<ToolbarMenuProps>) => (props: ToolbarMenuProps) => JSX.Element;