mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 05:37:20 +01:00
3 lines
131 B
TypeScript
3 lines
131 B
TypeScript
import { animated, AnimatedComponent } from '@react-spring/web';
|
|
|
|
export const AnimatedDiv: AnimatedComponent<any> = animated.div;
|