umami/src/components/common/AnimatedDiv.tsx
2025-02-14 17:16:09 -08:00

3 lines
131 B
TypeScript

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