diff options
Diffstat (limited to 'src/components/common/AnimatedDiv.tsx')
| -rw-r--r-- | src/components/common/AnimatedDiv.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/common/AnimatedDiv.tsx b/src/components/common/AnimatedDiv.tsx new file mode 100644 index 0000000..f994897 --- /dev/null +++ b/src/components/common/AnimatedDiv.tsx @@ -0,0 +1,3 @@ +import { type AnimatedComponent, animated } from '@react-spring/web'; + +export const AnimatedDiv: AnimatedComponent<any> = animated.div; |