UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

8 lines (5 loc) 170 B
"use client"; import { createContext } from 'react'; const ReorderContext = createContext(null); export { ReorderContext }; //# sourceMappingURL=ReorderContext.mjs.map