UNPKG

framer-motion-3d

Version:

A simple and powerful React animation library for @react-three/fiber

7 lines (4 loc) 141 B
"use client"; import { createContext } from 'react'; const MotionCanvasContext = createContext(undefined); export { MotionCanvasContext };