8 lines
125 B
TypeScript
8 lines
125 B
TypeScript
|
|
'use client';
|
||
|
|
|
||
|
|
import { motion } from 'framer-motion';
|
||
|
|
|
||
|
|
export * from 'framer-motion';
|
||
|
|
|
||
|
|
export const MotionDiv = motion.div;
|