UNPKG

framer-motion

Version:

A simple and powerful React animation library

3 lines (2 loc) 176 B
import { FeatureProps } from "../motion/features/types"; export declare function useHoverGesture({ onHoverStart, onHoverEnd, whileHover, visualElement, }: FeatureProps): void;