UNPKG

framer-motion

Version:

A simple and powerful React animation library

8 lines (7 loc) 192 B
import { FeatureProps } from "../../motion/features/types"; /** * A hook that allows an element to be dragged. * * @internal */ export declare function useDrag(props: FeatureProps): void;