forked from mirrors/thatmattlove-hyperglass
4 lines
131 B
TypeScript
4 lines
131 B
TypeScript
import { chakra } from '@chakra-ui/react';
|
|
import { motion } from 'framer-motion';
|
|
|
|
export const AnimatedDiv = chakra(motion.div);
|