UNPKG

framer-motion

Version:

A simple and powerful React animation library

6 lines (3 loc) 112 B
import { createContext } from 'react'; const ReorderContext = createContext(null); export { ReorderContext };