Added AnimatedDiv component.
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user