Repository URL to install this package:
|
Version:
4.0.59 ▾
|
import { MediaCarouselProps, MediaCarouselStateType } from './typings';
declare const handleTouchStart: (event: TouchEvent) => void;
declare const handleTouchMove: (event: TouchEvent) => void;
declare const handleTouchEnd: (event: TouchEvent, state: MediaCarouselStateType, props: MediaCarouselProps) => void;
declare const handleDragStart: (event: MouseEvent) => void;
declare const handleDragEnd: (event: MouseEvent, state: MediaCarouselStateType, props: MediaCarouselProps) => void;
declare const performSwipe: (state: MediaCarouselStateType, props: MediaCarouselProps) => void;
export { handleTouchStart, handleTouchMove, handleTouchEnd, handleDragStart, handleDragEnd, performSwipe, };