mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-23 00:08:30 +00:00
5 lines
194 B
TypeScript
5 lines
194 B
TypeScript
import { chakra } from '@chakra-ui/react';
|
|
import { motion } from 'framer-motion';
|
|
|
|
export const AnimatedDiv = motion.custom(chakra.div);
|
|
export const AnimatedForm = motion.custom(chakra.form);
|