UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

11 lines (8 loc) 164 B
"use client"; import { createContext } from 'react'; /** * @public */ const PresenceContext = /* @__PURE__ */ createContext(null); export { PresenceContext };