UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

12 lines (9 loc) 209 B
"use client"; import { createContext } from 'react'; /** * @public */ const PresenceContext = /* @__PURE__ */ createContext(null); export { PresenceContext }; //# sourceMappingURL=PresenceContext.mjs.map