UNPKG

framer-motion

Version:

A simple and powerful React animation library

9 lines (6 loc) 133 B
import { createContext } from 'react'; /** * @public */ const PresenceContext = createContext(null); export { PresenceContext };