UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

4 lines (3 loc) 178 B
import { MotionContextProps } from "."; import { MotionProps } from "../../motion/types"; export declare function useCreateMotionContext(props: MotionProps): MotionContextProps;