UNPKG

framer-motion

Version:

A simple and powerful React animation library

9 lines (8 loc) 203 B
import { FeatureProps } from "../motion/features/types"; /** * * @param props * @param ref * @internal */ export declare function useFocusGesture({ whileFocus, visualElement }: FeatureProps): void;