UNPKG

framer-motion

Version:

A simple and powerful React animation library

3 lines (2 loc) 147 B
import { MotionValue } from "."; export declare function useCombineMotionValues<R>(values: MotionValue[], combineValues: () => R): MotionValue<R>;