UNPKG

@cimpress/react-components

Version:
12 lines 438 B
import React from 'react'; import { ArrowDirection } from '../common'; export interface CarouselControlProps { disabled: boolean; onClick: () => void; direction: ArrowDirection; large: boolean; hintText: string; } declare const CarouselControl: ({ disabled, onClick, direction, large, hintText }: CarouselControlProps) => React.JSX.Element; export default CarouselControl; //# sourceMappingURL=CarouselControl.d.ts.map