UNPKG

framer-motion

Version:

A simple and powerful React animation library

7 lines (6 loc) 220 B
import { FeatureProps } from "../motion/features/types"; /** * @param handlers - * @internal */ export declare function useTapGesture({ onTap, onTapStart, onTapCancel, whileTap, visualElement, }: FeatureProps): void;