@chayns-components/swipeable-wrapper
Version:
A set of beautiful React components for developing your own applications with chayns.
11 lines • 346 B
JavaScript
import { motion } from 'motion/react';
import styled from 'styled-components';
export const StyledMotionSwipeableWrapper = styled(motion.div)`
position: relative;
touch-action: pan-y;
user-select: none;
`;
export const StyledSwipeableWrapperContent = styled.div`
width: 100%;
`;
//# sourceMappingURL=SwipeableWrapper.styles.js.map