UNPKG

react-tinder-swipe

Version:

Its a swipe game like tinder or other dating aplication.wher by swiping it right or left you can accept or reject the user

3 lines (2 loc) 226 B
import { SwipeCardProps } from "./types"; export declare const SwipeCard: ({ children, isTop, onSwipe, exitX, controls, disableSwiping, onDragUpdate, rotateValue, }: SwipeCardProps) => import("react/jsx-runtime").JSX.Element;