mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
Added AnimatedDiv component.
This commit is contained in:
parent
2978bf3c6f
commit
a8a1ccce18
26 changed files with 83 additions and 80 deletions
3
src/components/common/AnimatedDiv.tsx
Normal file
3
src/components/common/AnimatedDiv.tsx
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { animated, AnimatedComponent } from '@react-spring/web';
|
||||
|
||||
export const AnimatedDiv: AnimatedComponent<any> = animated.div;
|
||||
Loading…
Add table
Add a link
Reference in a new issue