UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

7 lines (4 loc) 132 B
"use client"; import { createContext } from 'react'; const LayoutGroupContext = createContext({}); export { LayoutGroupContext };