UNPKG

react-swipeable

Version:
4 lines (3 loc) 434 B
import { SwipeDirections, DOWN, SwipeEventData, LEFT, RIGHT, SwipeableDirectionCallbacks, SwipeableHandlers, SwipeableProps, SwipeCallback, TapCallback, UP, Vector2 } from "./types"; export { LEFT, RIGHT, UP, DOWN, SwipeDirections, SwipeEventData, SwipeableDirectionCallbacks, SwipeCallback, TapCallback, SwipeableHandlers, SwipeableProps, Vector2, }; export declare function useSwipeable(options: SwipeableProps): SwipeableHandlers;