UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

10 lines (7 loc) 147 B
"use client"; import { createContext } from 'react'; /** * @public */ const PresenceContext = createContext(null); export { PresenceContext };