import { type AnimatedComponent, animated } from '@react-spring/web';

export const AnimatedDiv: AnimatedComponent<any> = animated.div;
