aboutsummaryrefslogtreecommitdiff
path: root/src/components/common/AnimatedDiv.tsx
blob: f9948971ab6dbf1a23cd291264e7e8b61871f3a2 (plain) (blame)
1
2
3
import { type AnimatedComponent, animated } from '@react-spring/web';

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