1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-23 00:08:30 +00:00
thatmattlove-hyperglass/hyperglass/ui/components/Util/animated.ts

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);