UNPKG

motion

Version:

The Motion library for the web

6 lines (3 loc) 114 B
import { createContext } from 'react'; const AnimationContext = createContext({}); export { AnimationContext };