1 2 3
import { type AnimatedComponent, animated } from '@react-spring/web'; export const AnimatedDiv: AnimatedComponent<any> = animated.div;